We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88a8848 commit f762387Copy full SHA for f762387
.github/workflows/docs.yml
@@ -42,6 +42,8 @@ jobs:
42
deploy-docs:
43
name: Deploy docs to GitHub pages
44
runs-on: ubuntu-latest
45
+ needs:
46
+ - build-docs
47
if: github.ref == 'refs/heads/main'
48
environment:
49
name: github-pages
0 commit comments