Skip to content

Commit f9e7a8a

Browse files
authored
Updated CICD Deploy action
1 parent af728d0 commit f9e7a8a

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/pages.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,14 +65,11 @@ jobs:
6565
# Deployment job
6666
deploy:
6767
needs: build
68-
permissions:
69-
pages: write # to deploy to Pages
70-
id-token: write # to verify the deployment originates from an appropriate source
7168
environment:
7269
name: github-pages
7370
url: ${{ steps.deployment.outputs.page_url }}
7471
runs-on: ubuntu-latest
7572
steps:
7673
- name: Deploy to GitHub Pages
7774
id: deployment
78-
uses: actions/deploy-pages@v3
75+
uses: actions/deploy-pages@v5

0 commit comments

Comments
 (0)