From 2372709819eda703e46e4262d590cef52cce4038 Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Tue, 11 Apr 2023 00:04:38 +0800 Subject: [PATCH] Update build action to fetch all 'content/' branches --- .github/workflows/build.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e0c6d6c..b0e7d6b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -19,6 +19,9 @@ jobs: - uses: cachix/install-nix-action@v17 with: 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 - name: Deploy to Netlify uses: nwtgck/actions-netlify@v1.2