Improve content branch fetch (again)

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

View File

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