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 9ac3de2 commit 6333ee5Copy full SHA for 6333ee5
1 file changed
.github/workflows/docs-local.yml
@@ -69,10 +69,11 @@ jobs:
69
deploy:
70
name: Deployment 💻
71
runs-on: ubuntu-latest
72
- if: ${{ secrets.NO_DEPLOY != 'true' }}
73
needs: [docker-build]
74
env:
+ NO_DEPLOY: ${{ secrets.NO_DEPLOY }}
75
NO_VPN: ${{ secrets.NO_VPN }}
76
+ if: ${{ env.NO_DEPLOY != 'true' }}
77
steps:
78
- name: Checkout repo
79
uses: actions/checkout@v4
0 commit comments