Skip to content

Commit

Permalink
chore(gh-pages): acquire flake.lock pls
Browse files Browse the repository at this point in the history
  • Loading branch information
Pegasust authored and blaggacao committed Sep 2, 2023
1 parent 5e7724e commit b4e0dd9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/gh-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:

- uses: nixbuild/nix-quick-install-action@v25

- run: (cd ./src/local && nix flake lock --update-input std)
- run: (cd ./src/tests && nix flake lock --update-input std)
- run: nix store add-path --name source .
- run: nix develop .#book -c mdbook build ./docs

Expand Down

0 comments on commit b4e0dd9

Please sign in to comment.