Skip to content

Commit

Permalink
Add permissions stanza to build-docs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cgay committed Oct 14, 2023
1 parent 349cfab commit 0a076a1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,14 @@ on:
# all branches
paths:
- 'documentation/**'

# This enables the Run Workflow button on the Actions tab.
workflow_dispatch:

# https://github.com/JamesIves/github-pages-deploy-action#readme
permissions:
contents: write

# Set DYLAN environment variable to GITHUB_WORKSPACE so packages are
# installed in ../../_packages relative to documentation's Makefile
env:
Expand Down

0 comments on commit 0a076a1

Please sign in to comment.