We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a203767 commit 1be8294Copy full SHA for 1be8294
1 file changed
.github/workflows/vitepress.yml
@@ -7,8 +7,6 @@ on:
7
pull_request:
8
branches: [main]
9
paths: ["docs/**", "package.json", ".github/workflows/vitepress.yml"]
10
-
11
- # Allows you to run this workflow manually from the Actions tab
12
workflow_dispatch:
13
14
permissions:
@@ -57,3 +55,5 @@ jobs:
57
55
- name: Deploy to GitHub Pages
58
56
id: deployment
59
uses: actions/deploy-pages@v2
+ with:
+ token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments