Skip to content

Commit 9bcc5e0

Browse files
committed
fix Github pages setup
1 parent 101259e commit 9bcc5e0

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/pages.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ permissions:
1010
pages: write
1111
id-token: write
1212

13+
concurrency:
14+
group: github-pages
15+
cancel-in-progress: false
16+
1317
jobs:
1418
build:
1519
runs-on: ubuntu-latest
@@ -36,6 +40,9 @@ jobs:
3640
deploy:
3741
needs: build
3842
runs-on: ubuntu-latest
43+
permissions:
44+
pages: write
45+
id-token: write
3946
environment:
4047
name: github-pages
4148
url: ${{ steps.deployment.outputs.page_url }}

0 commit comments

Comments
 (0)