mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-06 02:08:55 +02:00
deploy hash router to github pages
This commit is contained in:
parent
19745dc932
commit
a732f95f9c
1 changed files with 2 additions and 1 deletions
3
.github/workflows/build-hash-router.yml
vendored
3
.github/workflows/build-hash-router.yml
vendored
|
@ -35,8 +35,9 @@ jobs:
|
|||
- name: Upload Build Artifact
|
||||
uses: actions/upload-pages-artifact@v4
|
||||
with:
|
||||
path: build
|
||||
path: website/build
|
||||
|
||||
# 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')}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue