Add BUILD_DRAFTS environment variable to netlify-deploy.yml
This commit is contained in:
parent
e36a09163d
commit
cef4fb5e88
3
.github/workflows/netlify-deploy.yml
vendored
3
.github/workflows/netlify-deploy.yml
vendored
|
@ -8,6 +8,9 @@ on:
|
||||||
branches:
|
branches:
|
||||||
- "main"
|
- "main"
|
||||||
|
|
||||||
|
env:
|
||||||
|
BUILD_DRAFTS: false
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
deploy:
|
deploy:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
Loading…
Reference in a new issue