Skip to content

Commit 6413513

Browse files
authored
Merge pull request #683 from kenjis/fix-ga-docs.yml
chore: fix workflow docs.yml
2 parents e2b171b + 4fa6d3b commit 6413513

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/docs.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1-
name: docs
1+
name: docs
22
on:
33
push:
44
branches:
55
- master
6+
permissions:
7+
contents: write
68
jobs:
79
deploy:
810
runs-on: ubuntu-latest
@@ -11,5 +13,5 @@ jobs:
1113
- uses: actions/setup-python@v4
1214
with:
1315
python-version: 3.x
14-
- run: pip install mkdocs-material
16+
- run: pip install mkdocs-material
1517
- run: mkdocs gh-deploy --force

0 commit comments

Comments
 (0)