Fix fallback condition

This commit is contained in:
object-Object 2023-09-02 01:06:13 -04:00
parent 582c12721f
commit 5211fd2a56

View file

@ -133,7 +133,7 @@ jobs:
run: $HEXDOC --lang "${{ matrix.lang }}" -o _site --clean --is-release "${{ needs.build.outputs.release }}"
- name: Generate web book with missing translations
if: failure()
if: steps.gen-normal.outcome == 'failure'
run: $HEXDOC --lang "${{ matrix.lang }}" -o _site --clean --is-release "${{ needs.build.outputs.release }}" --allow-missing
- name: Upload temporary Pages artifact