Skip to content

Commit 460980a

Browse files
Update deploy-book.yml
1 parent 04303c7 commit 460980a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/deploy-book.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ on:
77
push:
88
branches: ["main"] # Change to "master" if that's your default branch
99

10+
# Add this permissions block to allow the workflow to push to the gh-pages branch
11+
permissions:
12+
contents: write
13+
1014
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
1115
jobs:
1216
build-and-deploy:

0 commit comments

Comments
 (0)