Skip to content

Commit a6e84bf

Browse files
committed
update workflow
1 parent 7e30fcf commit a6e84bf

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/publish.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,13 @@ on:
66

77
permissions:
88
contents: read
9+
pages: write
910
id-token: write
1011

12+
concurrency:
13+
group: "pages"
14+
cancel-in-progress: false
15+
1116
jobs:
1217
build:
1318
runs-on: ubuntu-latest
@@ -42,7 +47,6 @@ jobs:
4247
- name: Upload Docs to GitHub Pages
4348
uses: actions/upload-pages-artifact@v3
4449
with:
45-
artifact-name: docs
4650
path: docs/
4751
deploy:
4852
environment:

0 commit comments

Comments
 (0)