Skip to content

Commit dda400f

Browse files
committed
regen workflow
1 parent 62e206a commit dda400f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/book.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v4
14-
- uses: nixbuild/nix-quick-install-action@v29
14+
- uses: DeterminateSystems/nix-installer-action@main
15+
- uses: DeterminateSystems/magic-nix-cache-action@main
1516
- run: nix develop .#book -c mdbook build ./.
1617
- if: ${{ github.ref == 'refs/heads/main' }}
1718
uses: actions/upload-pages-artifact@v3

0 commit comments

Comments
 (0)