We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f55d25 commit 86d2951Copy full SHA for 86d2951
1 file changed
.github/workflows/deploy-manual.yml
@@ -38,9 +38,9 @@ jobs:
38
- name: Create nojekyll
39
run: echo > ./manual/dist/.nojekyll
40
41
- - name: Deploy to gh-pages branch
42
- uses: peaceiris/actions-gh-pages@v4
+ - name: Deploy to gh-pages
+ if: ${{ github.event_name == 'push' }}
43
with:
44
github_token: ${{ secrets.GITHUB_TOKEN }}
45
- publish_branch: gh-pages
46
publish_dir: ./manual/dist
+ force_orphan: true
0 commit comments