Skip to content

Commit 766399a

Browse files
committed
attempt to fix deployment
1 parent fa686cb commit 766399a

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/docs_deploy.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ concurrency:
1919
group: pages
2020
cancel-in-progress: false
2121

22+
permissions:
23+
contents: write
24+
2225
jobs:
2326
# Build job
2427
build:
@@ -46,6 +49,6 @@ jobs:
4649
- name: Deploy to GitHub Pages
4750
uses: peaceiris/actions-gh-pages@v4
4851
with:
49-
github_token: ${{ secrets.PAT_DOCS }}
52+
github_token: ${{ secrets.GITHUB_TOKEN }}
5053
publish_dir: ./docs/.vitepress/dist
5154
cname: ev.xyz

0 commit comments

Comments
 (0)