Skip to content

Commit

Permalink
Set doc workflow concurrency and permissions (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
athackst authored Aug 25, 2023
1 parent d21497c commit 89152c9
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,17 @@ on:
repository_dispatch:
types: [publish-docs]

# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
permissions:
contents: write
pages: write
id-token: write

# Allow one concurrent deployment
concurrency:
group: "pages"
cancel-in-progress: false

jobs:
publish-docs:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 89152c9

Please sign in to comment.