We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18f036f commit ecf5af9Copy full SHA for ecf5af9
.github/workflows/build-docs.yml
@@ -6,6 +6,9 @@ on:
6
paths:
7
- 'docs/**'
8
9
+permissions:
10
+ contents: write # Gives write permission to repository contents
11
+
12
jobs:
13
build:
14
name: Deploy docs
0 commit comments