Skip to content

Commit

Permalink
Fix fuel.nix book building step in publish-book workflow (#76)
Browse files Browse the repository at this point in the history
Adds the missing nix installation that provides the environment for
building the book.

Follow-up to #61
  • Loading branch information
mitchmindtree committed Jun 2, 2023
1 parent f91223e commit baf2162
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish-book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v20
with:
nix_path: nixpkgs=channel:nixos-unstable
- name: build
run: nix develop --print-build-logs --no-update-lock-file .#book-dev --command mdbook build book
- name: deploy
Expand Down

0 comments on commit baf2162

Please sign in to comment.