Skip to content

Commit 592aa1c

Browse files
authored
fix doc deploy (#132)
That cachix version doesn't exist anymore
1 parent 0dfc458 commit 592aa1c

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,7 @@ jobs:
2121
- uses: actions/checkout@v5
2222
with:
2323
fetch-depth: 0
24-
- uses: cachix/install-nix-action@V27
25-
with:
26-
extra_nix_config: |
27-
accept-flake-config = true
28-
experimental-features = nix-command flakes
24+
- uses: cachix/install-nix-action@v31
2925
- name: Configure Git user
3026
run: |
3127
git config --local user.email "github-actions[bot]@users.noreply.github.com"

0 commit comments

Comments
 (0)