We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c293470 commit 92b90ffCopy full SHA for 92b90ff
.github/workflows/docs.yml
@@ -31,6 +31,7 @@ jobs:
31
uses: peaceiris/actions-gh-pages@v4
32
with:
33
github_token: ${{ secrets.GITHUB_TOKEN }}
34
- publish_branch: gh-pages
+ publish_branch: dist
35
publish_dir: ./site
36
keep_files: false
37
+ force_orphan: true
0 commit comments