Skip to content

Commit 6333ee5

Browse files
committed
amend
1 parent 9ac3de2 commit 6333ee5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/docs-local.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,11 @@ jobs:
6969
deploy:
7070
name: Deployment 💻
7171
runs-on: ubuntu-latest
72-
if: ${{ secrets.NO_DEPLOY != 'true' }}
7372
needs: [docker-build]
7473
env:
74+
NO_DEPLOY: ${{ secrets.NO_DEPLOY }}
7575
NO_VPN: ${{ secrets.NO_VPN }}
76+
if: ${{ env.NO_DEPLOY != 'true' }}
7677
steps:
7778
- name: Checkout repo
7879
uses: actions/checkout@v4

0 commit comments

Comments
 (0)