We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62e206a commit dda400fCopy full SHA for dda400f
.github/workflows/book.yaml
@@ -11,7 +11,8 @@ jobs:
11
runs-on: ubuntu-latest
12
steps:
13
- uses: actions/checkout@v4
14
- - uses: nixbuild/nix-quick-install-action@v29
+ - uses: DeterminateSystems/nix-installer-action@main
15
+ - uses: DeterminateSystems/magic-nix-cache-action@main
16
- run: nix develop .#book -c mdbook build ./.
17
- if: ${{ github.ref == 'refs/heads/main' }}
18
uses: actions/upload-pages-artifact@v3
0 commit comments