mirror of
https://github.com/foo-dogsquared/website.git
synced 2025-01-31 01:57:54 +00:00
Fix GitHub actions
This commit is contained in:
parent
fa1fe03b0e
commit
b35ee9699a
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -30,7 +30,7 @@ jobs:
|
||||
name: Build and deploy site
|
||||
run: |
|
||||
nix develop --command bash -c "netlify deploy --build --prod"
|
||||
- if: starts_with('drafts/', github.ref_name)
|
||||
- if: startsWith('drafts/', github.ref_name)
|
||||
name: Build and deploy draft versions of the site
|
||||
run: |
|
||||
nix develop --command bash -c "netlify deploy --build --context branch-deploy"
|
||||
|
Loading…
Reference in New Issue
Block a user