We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 468ea0e commit 1371a5aCopy full SHA for 1371a5a
.github/workflows/deploy.yml
@@ -41,6 +41,7 @@ jobs:
41
- name: Deploy to gh-pages
42
uses: peaceiris/actions-gh-pages@v3
43
with:
44
+ github_token: ${{ secrets.GITHUB_TOKEN }}
45
publish_dir: .vitepress/dist
46
cname: knexjs.org
- force_orphan: true
47
+ force_orphan: true
0 commit comments