Skip to content

Commit

Permalink
Merge pull request #14 from aliceinwire/readme
Browse files Browse the repository at this point in the history
docs: Update workflow permissions
  • Loading branch information
aliceinwire authored Sep 20, 2024
2 parents 3fab63d + 0202daf commit 02ea927
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 02ea927

Please sign in to comment.