We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 508c431 commit 7c9cc8cCopy full SHA for 7c9cc8c
.github/workflows/deploy_pages.yml
@@ -41,11 +41,14 @@ jobs:
41
42
# Deploy job
43
deploy:
44
+ needs: build
45
+ permissions:
46
+ pages: write # to deploy to Pages
47
+ id-token: write # to verify the deployment originates from an appropriate source
48
environment:
49
name: github-pages
50
url: ${{ steps.deployment.outputs.page_url }}
51
runs-on: ubuntu-latest
- needs: build
52
steps:
53
- name: Deploy to GitHub Pages
54
id: deployment
0 commit comments