Temporarily allow missing during export

This commit is contained in:
object-Object 2023-10-01 02:18:19 -04:00
parent 0f6050fcca
commit 9cb66e40c4

View file

@ -107,7 +107,7 @@ jobs:
fi
- name: Export web book
run: hexdoc export $PROPS_PATH
run: hexdoc export $PROPS_PATH --allow-missing # FIXME: remove this flag after adding the Minecraft i18n
- name: Bump version
if: inputs.bump-version-segment