diff options
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/static.yml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index 4e79a61..c67c7da 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml | |||
| @@ -6,20 +6,16 @@ on: | |||
| 6 | # Allows you to run this workflow manually from the Actions tab | 6 | # Allows you to run this workflow manually from the Actions tab |
| 7 | workflow_dispatch: | 7 | workflow_dispatch: |
| 8 | 8 | ||
| 9 | # Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages | ||
| 10 | permissions: | 9 | permissions: |
| 11 | contents: read | 10 | contents: read |
| 12 | pages: write | 11 | pages: write |
| 13 | id-token: write | 12 | id-token: write |
| 14 | 13 | ||
| 15 | # Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued. | ||
| 16 | # However, do NOT cancel in-progress runs as we want to allow these production deployments to complete. | ||
| 17 | concurrency: | 14 | concurrency: |
| 18 | group: "pages" | 15 | group: "pages" |
| 19 | cancel-in-progress: false | 16 | cancel-in-progress: false |
| 20 | 17 | ||
| 21 | jobs: | 18 | jobs: |
| 22 | # Single deploy job since we're just deploying | ||
| 23 | deploy: | 19 | deploy: |
| 24 | environment: | 20 | environment: |
| 25 | name: github-pages | 21 | name: github-pages |
