We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4eb7360 commit 22c6255Copy full SHA for 22c6255
.github/workflows/main.yml
@@ -22,6 +22,7 @@ jobs:
22
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
23
24
publish_docs:
25
+ needs: publish_package
26
name: Deploy docs to GitHub Pages
27
runs-on: ubuntu-latest
28
defaults:
0 commit comments