mirror of
https://github.com/foo-dogsquared/website.git
synced 2025-01-31 04:58:26 +00:00
Improve content branch fetch (again)
This commit is contained in:
parent
2372709819
commit
7bec4a6938
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -21,7 +21,7 @@ jobs:
|
|||||||
nix_path: nixpkgs=channel:nixpkgs-unstable
|
nix_path: nixpkgs=channel:nixpkgs-unstable
|
||||||
- name: Fetch all 'content/' branches
|
- name: Fetch all 'content/' branches
|
||||||
run: |
|
run: |
|
||||||
git fetch origin +refs/heads/*:refs/heads/*
|
git fetch origin +refs/heads/content/*:refs/heads/content/*
|
||||||
- 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