Skip to content

Commit 3ed8913

Browse files
committed
wip
1 parent 9f171b3 commit 3ed8913

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/publish.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,19 @@ jobs:
2727
run: bash ./.github/workflows/build.sh v0.1.0 # ${{ github.event.inputs.releaseTagName }}
2828
- name: Upload pages artifact
2929
uses: actions/upload-pages-artifact@v3
30-
id: upload
3130
with:
3231
path: dist/
3332

3433
deploy:
3534
runs-on: ubuntu-22.04
3635
needs: build
36+
permissions:
37+
pages: write
38+
id-token: write
39+
environment:
40+
name: github-pages
41+
url: ${{ steps.deployment.outputs.page_url }}
3742
steps:
3843
- name: Deploy pages
3944
uses: actions/deploy-pages@v4
45+
id: deployment

0 commit comments

Comments
 (0)