mirror of
https://github.com/foo-dogsquared/website.git
synced 2025-02-07 09:19:00 +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
|
name: Build and deploy site
|
||||||
run: |
|
run: |
|
||||||
nix develop --command bash -c "netlify deploy --build --prod"
|
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
|
name: Build and deploy draft versions of the site
|
||||||
run: |
|
run: |
|
||||||
nix develop --command bash -c "netlify deploy --build --context branch-deploy"
|
nix develop --command bash -c "netlify deploy --build --context branch-deploy"
|
||||||
|
Loading…
Reference in New Issue
Block a user