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 c438c04 commit 9ac3de2Copy full SHA for 9ac3de2
1 file changed
.github/workflows/docs-local.yml
@@ -69,6 +69,7 @@ jobs:
69
deploy:
70
name: Deployment 💻
71
runs-on: ubuntu-latest
72
+ if: ${{ secrets.NO_DEPLOY != 'true' }}
73
needs: [docker-build]
74
env:
75
NO_VPN: ${{ secrets.NO_VPN }}
0 commit comments