Skip to content

Commit b71778b

Browse files
committed
ci: update nix install action on gh workflow
1 parent 20d6292 commit b71778b

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/gh-pages.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,7 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v3
1515

16-
- uses: nixbuild/nix-quick-install-action@v21
17-
with:
18-
nix_conf: |
19-
experimental-features = nix-command flakes
20-
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
16+
- uses: nixbuild/nix-quick-install-action@v25
2117

2218
- run: nix develop .#book -c mdbook build ./docs
2319

0 commit comments

Comments
 (0)