Update build action to fetch all 'content/' branches

This commit is contained in:
Gabriel Arazas 2023-04-11 00:04:38 +08:00
parent ec205fa52b
commit 2372709819
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC

View File

@ -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