mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-22 20:47:53 +02:00
deploy hash router to github pages
This commit is contained in:
parent
2de9c18ee4
commit
7cf650018f
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
|
@ -45,7 +45,7 @@ jobs:
|
||||||
# See https://docusaurus.io/docs/deployment#triggering-deployment-with-github-actions
|
# See https://docusaurus.io/docs/deployment#triggering-deployment-with-github-actions
|
||||||
deploy:
|
deploy:
|
||||||
name: Deploy to GitHub Pages
|
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
|
needs: build
|
||||||
permissions:
|
permissions:
|
||||||
pages: write
|
pages: write
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue