deploy hash router to github pages

This commit is contained in:
sebastien 2024-05-19 10:26:03 +02:00
parent 2de9c18ee4
commit 7cf650018f

View file

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