Update static.yml
This commit is contained in:
parent
37a82e8c98
commit
92ed00f7cc
4
.github/workflows/static.yml
vendored
4
.github/workflows/static.yml
vendored
@ -16,7 +16,7 @@ on:
|
|||||||
|
|
||||||
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
|
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: write
|
||||||
pages: write
|
pages: write
|
||||||
id-token: write
|
id-token: write
|
||||||
|
|
||||||
@ -29,8 +29,6 @@ concurrency:
|
|||||||
jobs:
|
jobs:
|
||||||
# Single deploy job since we're just deploying
|
# Single deploy job since we're just deploying
|
||||||
deploy:
|
deploy:
|
||||||
permissions:
|
|
||||||
contents: write
|
|
||||||
environment:
|
environment:
|
||||||
name: github-pages
|
name: github-pages
|
||||||
url: ${{ steps.deployment.outputs.page_url }}
|
url: ${{ steps.deployment.outputs.page_url }}
|
||||||
|
Loading…
Reference in New Issue
Block a user