We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 808976d + a396437 commit 22dff4dCopy full SHA for 22dff4d
.github/workflows/docs_deploy.yml
@@ -46,6 +46,6 @@ jobs:
46
- name: Deploy to GitHub Pages
47
uses: peaceiris/actions-gh-pages@v4
48
with:
49
- github_token: ${{ secrets.DOCS_DEPLOY_TOKEN }}
+ github_token: ${{ secrets.PAT_DOCS }}
50
publish_dir: ./docs/.vitepress/dist
51
cname: ev.xyz
0 commit comments