chore: fix invalid CI workflow build-hash-router.yml (#10150)

This commit is contained in:
Sébastien Lorber 2024-05-19 21:04:39 +02:00 committed by GitHub
parent 3595fb0726
commit b8ccc0c2d3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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