Skip to content

Commit a396437

Browse files
authored
fix: deploy docs token (#3003)
* test deploy * remove test
1 parent f70e6da commit a396437

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docs_deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,6 @@ jobs:
4646
- name: Deploy to GitHub Pages
4747
uses: peaceiris/actions-gh-pages@v4
4848
with:
49-
github_token: ${{ secrets.DOCS_DEPLOY_TOKEN }}
49+
github_token: ${{ secrets.PAT_DOCS }}
5050
publish_dir: ./docs/.vitepress/dist
5151
cname: ev.xyz

0 commit comments

Comments
 (0)