Skip to content

Commit

Permalink
regen workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jkuball committed Dec 25, 2024
1 parent 62e206a commit dda400f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/book.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: nixbuild/nix-quick-install-action@v29
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
- run: nix develop .#book -c mdbook build ./.
- if: ${{ github.ref == 'refs/heads/main' }}
uses: actions/upload-pages-artifact@v3
Expand Down

0 comments on commit dda400f

Please sign in to comment.