Skip to content

Commit

Permalink
added write permissions to documentation deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
chrislupp committed Dec 7, 2023
1 parent bc0becb commit 2a6f46b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/documentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ on:
#
# paths:
# - some-subfolder/**

permissions:
contents: write

# This job installs dependencies, builds the book, and pushes it to `gh-pages`
jobs:
deploy-book:
Expand Down

0 comments on commit 2a6f46b

Please sign in to comment.