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 a4c5a0e commit db93f4bCopy full SHA for db93f4b
.github/workflows/build.yml
@@ -31,6 +31,7 @@ jobs:
31
32
deploy:
33
if: github.ref == 'refs/heads/main'
34
+ needs: build
35
environment:
36
name: github-pages
37
url: ${{ steps.deployment.outputs.page_url }}
0 commit comments