We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf7af38 commit ab4c083Copy full SHA for ab4c083
.github/workflows/deploy_gh_pages.yml
@@ -27,4 +27,5 @@
27
uses: peaceiris/actions-gh-pages@v4
28
with:
29
github_token: ${{ secrets.GITHUB_TOKEN }}
30
- publish_dir: ./dist # Directory containing your built output
+ publish_dir: ./dist # Directory containing your built output
31
+ publish_branch: gh-pages
0 commit comments