ci: use cachix in docs preview

This commit is contained in:
Ching Pei Yang 2026-04-10 12:06:07 +02:00
commit c6f9e62d04
No known key found for this signature in database
GPG key ID: B3841364253DC4C8
2 changed files with 8 additions and 2 deletions

View file

@ -32,6 +32,12 @@ jobs:
substituters = https://cache.nixos.org/ https://feel-co.cachix.org
trusted-public-keys = cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= feel-co.cachix.org-1:nwEFNnwZvtl4KKSH5LDg+/+K7bV0vcs6faMHAJ6xx0w=
- uses: cachix/cachix-action@v17
with:
authToken: ${{ secrets.CACHIX_TOKEN }}
extraPullNames: nix-community
name: nvf
- name: Set default git branch (to reduce log spam)
run: git config --global init.defaultBranch main