Skip to content

Commit 503aefc

Browse files
authored
Update deploy.yml
Update deployment action
1 parent a713764 commit 503aefc

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,9 @@ jobs:
6363

6464
# Deployment job
6565
deploy:
66+
permissions:
67+
pages: write
68+
id-token: write
6669
environment:
6770
name: github-pages
6871
url: ${{ steps.deployment.outputs.page_url }}
@@ -71,4 +74,4 @@ jobs:
7174
steps:
7275
- name: Deploy to GitHub Pages
7376
id: deployment
74-
uses: actions/deploy-pages@v1
77+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)