Skip to content

Commit

Permalink
Fix: add write permissions for mkdocs (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
thekaveman authored Dec 4, 2024
2 parents 3df8670 + a86bf05 commit 75c870e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
docs:
name: Publish docs
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 75c870e

Please sign in to comment.