We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7495229 commit 266b9f9Copy full SHA for 266b9f9
1 file changed
.github/workflows/deploy.yaml
@@ -42,6 +42,7 @@ jobs:
42
name: github-pages
43
url: ${{ steps.deployment.outputs.page_url }}
44
runs-on: ubuntu-latest
45
+ needs: build
46
permissions:
47
id-token: write
48
pages: write
0 commit comments