We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9af583d commit d9cb667Copy full SHA for d9cb667
.github/workflows/ci-docs.yaml
@@ -32,6 +32,7 @@ jobs:
32
publish-docs:
33
name: "Publish Docs"
34
runs-on: ubuntu-latest
35
+ needs: "build-docs"
36
if: github.ref == 'refs/heads/main'
37
steps:
38
- uses: actions/download-artifact@v3
0 commit comments