Skip to content

Commit 1be8294

Browse files
author
Vic Shóstak
committed
Fix deploy action
1 parent a203767 commit 1be8294

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/vitepress.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ on:
77
pull_request:
88
branches: [main]
99
paths: ["docs/**", "package.json", ".github/workflows/vitepress.yml"]
10-
11-
# Allows you to run this workflow manually from the Actions tab
1210
workflow_dispatch:
1311

1412
permissions:
@@ -57,3 +55,5 @@ jobs:
5755
- name: Deploy to GitHub Pages
5856
id: deployment
5957
uses: actions/deploy-pages@v2
58+
with:
59+
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)