Skip to content

Commit

Permalink
chore: fix invalid CI workflow build-hash-router.yml (#10150)
Browse files Browse the repository at this point in the history
  • Loading branch information
slorber authored May 19, 2024
1 parent 3595fb0 commit b8ccc0c
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 b8ccc0c

Please sign in to comment.