We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a9d836 commit 51d63afCopy full SHA for 51d63af
1 file changed
.github/workflows/docc.yml
@@ -41,11 +41,14 @@ jobs:
41
runs-on: ubuntu-latest
42
#3
43
needs: build
44
+ permissions:
45
+ pages: write # to deploy to Pages
46
+ id-token: write # to verify the deployment originates from an appropriate source
47
#4
48
steps:
49
- name: Deploy to GitHub Pages
50
id: deployment
- uses: actions/deploy-pages@v2
51
+ uses: actions/deploy-pages@v4
52
environment:
53
name: github-pages
54
url: ${{ steps.deployment.outputs.page_url }}
0 commit comments