mirror of
https://github.com/foo-dogsquared/website.git
synced 2025-02-07 12:19:36 +00:00
Update build action to fetch all 'content/' branches
This commit is contained in:
parent
ec205fa52b
commit
2372709819
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@ -19,6 +19,9 @@ jobs:
|
|||||||
- uses: cachix/install-nix-action@v17
|
- uses: cachix/install-nix-action@v17
|
||||||
with:
|
with:
|
||||||
nix_path: nixpkgs=channel:nixpkgs-unstable
|
nix_path: nixpkgs=channel:nixpkgs-unstable
|
||||||
|
- name: Fetch all 'content/' branches
|
||||||
|
run: |
|
||||||
|
git fetch origin +refs/heads/*:refs/heads/*
|
||||||
- run: nix develop -c make build
|
- run: nix develop -c make build
|
||||||
- name: Deploy to Netlify
|
- name: Deploy to Netlify
|
||||||
uses: nwtgck/actions-netlify@v1.2
|
uses: nwtgck/actions-netlify@v1.2
|
||||||
|
Loading…
Reference in New Issue
Block a user