We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62633b5 commit d13fcbdCopy full SHA for d13fcbd
1 file changed
.github/workflows/deploy.yml
@@ -19,7 +19,7 @@ jobs:
19
uses: ./.github/workflows/markdownlint-check.yml
20
21
deploy:
22
- needs: lychee
+ needs: [lychee, build, markdownlint]
23
environment:
24
name: github-pages
25
url: ${{ steps.deployment.outputs.page_url }}
0 commit comments