We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c9fb3b commit 05de82dCopy full SHA for 05de82d
.github/workflows/gitbook-deploy.yml
@@ -2,6 +2,9 @@ name: Gitbook Build & Deploy to gh-pages
2
3
on: [workflow_dispatch]
4
5
+permissions:
6
+ contents: write
7
+
8
jobs:
9
build-and-publish:
10
name: Build and Deploy Gitbook
0 commit comments