Skip to content

Commit

Permalink
syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
dsavchenko committed Jan 7, 2025
1 parent db7d213 commit 82495c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
rm -rfv oda-hub.github.io
- name: Publish Site
if: ! github.event.pull_request
if: ${{ ! github.event.pull_request }}
env:
PUSH_SECRET: ${{ secrets.PUSH_SECRET }}
run: |
Expand Down

0 comments on commit 82495c8

Please sign in to comment.