Skip to content

Commit 1371a5a

Browse files
Update deploy.yml (#407)
1 parent 468ea0e commit 1371a5a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/deploy.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ jobs:
4141
- name: Deploy to gh-pages
4242
uses: peaceiris/actions-gh-pages@v3
4343
with:
44+
github_token: ${{ secrets.GITHUB_TOKEN }}
4445
publish_dir: .vitepress/dist
4546
cname: knexjs.org
46-
force_orphan: true
47+
force_orphan: true

0 commit comments

Comments
 (0)