Skip to content

Commit

Permalink
correcting variable
Browse files Browse the repository at this point in the history
  • Loading branch information
niden committed Dec 17, 2023
1 parent 3961e88 commit 555543b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-documents.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
publish:
runs-on: ubuntu-latest
needs: pre-publish
if: needs.publish-determination.outputs.result == 'true'
if: needs.pre-publish.outputs.result == 'true'

steps:
- name: Checkout repository
Expand Down

0 comments on commit 555543b

Please sign in to comment.