Skip to content

Commit 1546e69

Browse files
committed
update deploy pages action
1 parent 3b53773 commit 1546e69

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/docs.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,12 @@ jobs:
5252
environment:
5353
name: github-pages
5454
url: ${{ steps.deployment.outputs.page_url }}
55+
permissions:
56+
pages: write
57+
id-token: write
5558
runs-on: ubuntu-latest
5659
needs: build
5760
steps:
5861
- name: Deploy to GitHub Pages
5962
id: deployment
60-
uses: actions/deploy-pages@v1
63+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)