Skip to content

Commit 1ade857

Browse files
authored
Update docs.yaml
1 parent 6b61273 commit 1ade857

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: .github/workflows/docs.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ on:
77

88
jobs:
99
docs:
10+
permissions:
11+
contents: write
1012
runs-on: ubuntu-latest
1113
steps:
1214
- name: Check out the repository
@@ -28,4 +30,5 @@ jobs:
2830
run: pip install -r docs/requirements.txt
2931

3032
- name: Publish docs
33+
3134
run: mkdocs gh-deploy

0 commit comments

Comments
 (0)