Skip to content

Commit

Permalink
Update build-hash-router.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
slorber authored May 19, 2024
1 parent 284b97a commit cf4f406
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-hash-router.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
# See https://docusaurus.io/docs/deployment#triggering-deployment-with-github-actions
deploy:
name: Deploy to GitHub Pages
if: ${{ github.event_name != 'pull_request' && github.ref_name == 'main')}}
if: ${{ github.event_name != 'pull_request' && github.ref_name == 'main' }}
needs: build
permissions:
pages: write
Expand Down

0 comments on commit cf4f406

Please sign in to comment.