deploy hash router to github pages

This commit is contained in:
sebastien 2024-05-19 10:14:31 +02:00
parent 19745dc932
commit a732f95f9c

View file

@ -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')}}