Add BUILD_DRAFTS environment variable to netlify-deploy.yml

This commit is contained in:
Neil Brommer 2023-07-11 11:39:35 -07:00 committed by GitHub
parent e36a09163d
commit cef4fb5e88
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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