Skip to content

Commit 75c870e

Browse files
authored
Fix: add write permissions for mkdocs (#25)
2 parents 3df8670 + a86bf05 commit 75c870e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: .github/workflows/mkdocs.yml

+2
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ jobs:
1414
docs:
1515
name: Publish docs
1616
runs-on: ubuntu-latest
17+
permissions:
18+
contents: write
1719
steps:
1820
- name: Checkout
1921
uses: actions/checkout@v4

0 commit comments

Comments
 (0)