Skip to content

Commit

Permalink
docs: Update workflow permissions
Browse files Browse the repository at this point in the history
Signed-off-by: Arisu Tachibana <arisu.tachibana@miraclelinux.com>
  • Loading branch information
aliceinwire committed Sep 20, 2024
1 parent fbe6b47 commit 0202daf
Showing 1 changed file with 8 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
---
name: Docs publish
name: Docs

permissions:
contents: write
actions: write

on:
push:
Expand All @@ -10,9 +14,9 @@ jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: 3.7
python-version: 3.11
- run: pip install mkdocs-material
- run: mkdocs gh-deploy --force

0 comments on commit 0202daf

Please sign in to comment.