Skip to content

Commit 258a982

Browse files
authored
Allow the deployment workflow to push changes
1 parent 0bed155 commit 258a982

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: Deployment
22

3+
permissions:
4+
contents: write
5+
36
on:
47
push:
58
branches: [main]
@@ -32,4 +35,4 @@ jobs:
3235
uses: peaceiris/actions-gh-pages@v3
3336
with:
3437
github_token: ${{ secrets.GITHUB_TOKEN }}
35-
publish_dir: ./dist
38+
publish_dir: ./dist

0 commit comments

Comments
 (0)