Skip to content

Commit

Permalink
Remove stray "if" from the "docs" job
Browse files Browse the repository at this point in the history
  • Loading branch information
yorickpeterse committed Jul 30, 2024
1 parent 43ceda1 commit 974bbca
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,5 +118,4 @@ jobs:
key: std-docs-main
- run: git config --global --add safe.directory $PWD
- name: Deploy the documentation
if: steps.changes.outputs.docs == 'true'
run: make std-docs/publish

0 comments on commit 974bbca

Please sign in to comment.