We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a460d50 commit af728d0Copy full SHA for af728d0
1 file changed
.github/workflows/pages.yml
@@ -64,11 +64,14 @@ jobs:
64
65
# Deployment job
66
deploy:
67
+ needs: build
68
+ permissions:
69
+ pages: write # to deploy to Pages
70
+ id-token: write # to verify the deployment originates from an appropriate source
71
environment:
72
name: github-pages
73
url: ${{ steps.deployment.outputs.page_url }}
74
runs-on: ubuntu-latest
- needs: build
75
steps:
76
- name: Deploy to GitHub Pages
77
id: deployment
0 commit comments