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.
2 parents 5ecf299 + 26f3dc2 commit a24f38aCopy full SHA for a24f38a
.github/workflows/deploy.yml
@@ -33,3 +33,5 @@ jobs:
33
uses: peaceiris/actions-gh-pages@v3
34
with:
35
publish_dir: './dist' # Path to the built files
36
+ github_token: ${{ secrets.GITHUB_TOKEN }} # Use GitHub's provided token for authentication
37
+ destination_branch: 'gh-pages' # Deploy to the gh-pages branch
0 commit comments