Temporarily allow missing during export
This commit is contained in:
parent
0f6050fcca
commit
9cb66e40c4
1 changed files with 1 additions and 1 deletions
2
.github/workflows/hexdoc.yml
vendored
2
.github/workflows/hexdoc.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue