mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-03 00:39:45 +02:00
chore: fix invalid CI workflow build-hash-router.yml (#10150)
This commit is contained in:
parent
3595fb0726
commit
b8ccc0c2d3
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build-hash-router.yml
vendored
2
.github/workflows/build-hash-router.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue