Skip to content

Commit 9ac3de2

Browse files
committed
update to include NO_DEPLOY as secret
1 parent c438c04 commit 9ac3de2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/docs-local.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ jobs:
6969
deploy:
7070
name: Deployment 💻
7171
runs-on: ubuntu-latest
72+
if: ${{ secrets.NO_DEPLOY != 'true' }}
7273
needs: [docker-build]
7374
env:
7475
NO_VPN: ${{ secrets.NO_VPN }}

0 commit comments

Comments
 (0)