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 cdc43f4 commit c5acd43Copy full SHA for c5acd43
.github/workflows/deploy-gh-pages.yml
@@ -20,7 +20,7 @@ jobs:
20
./deploy.sh
21
env:
22
GITHUB_PAGE: true
23
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ ACCESS_TOKEN: ${{ secrets.PAT }}
24
BASE_BRANCH: master
25
BRANCH: gh-pages
26
FOLDER: .vuepress/dist
0 commit comments