Skip to content

Commit

Permalink
fix if statement
Browse files Browse the repository at this point in the history
should trigger repository dispatch event
  • Loading branch information
tobiasehlert committed Mar 2, 2024
1 parent 097352e commit a07295a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
github-pages-deploy:
runs-on: ubuntu-latest
needs: assets-generator
if: needs.assets-generator.outputs.changed == true
if: needs.assets-generator.outputs.changed == 'true'
steps:
- name: Dispatch GitHub Pages deployment
uses: peter-evans/repository-dispatch@v3
Expand Down

0 comments on commit a07295a

Please sign in to comment.