mirror of
https://github.com/foo-dogsquared/website.git
synced 2025-02-07 06:19:04 +00:00
Update build steps
This commit is contained in:
parent
17f00d0021
commit
51932c7a8e
7
.github/workflows/build-drafts.yml
vendored
7
.github/workflows/build-drafts.yml
vendored
@ -25,7 +25,6 @@ jobs:
|
||||
- name: Fetch all 'content/' branches
|
||||
run: |
|
||||
git fetch origin +refs/heads/content/*:refs/heads/content/*
|
||||
- run: |
|
||||
nix develop
|
||||
make build-draft
|
||||
netlify deploy --context branch-deploy
|
||||
- name: Build and deploy site
|
||||
run: |
|
||||
nix develop --command bash -c "make build-draft && netlify deploy --context branch-deploy"
|
||||
|
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
@ -25,7 +25,6 @@ jobs:
|
||||
- name: Fetch all 'content/' branches
|
||||
run: |
|
||||
git fetch origin +refs/heads/content/*:refs/heads/content/*
|
||||
- run: |
|
||||
nix develop
|
||||
make build
|
||||
netlify deploy
|
||||
- name: Build and deploy site
|
||||
run: |
|
||||
nix develop --command bash -c "make build && netlify deploy"
|
||||
|
Loading…
Reference in New Issue
Block a user