Skip to content

Commit

Permalink
further debug
Browse files Browse the repository at this point in the history
  • Loading branch information
catvw committed Feb 13, 2024
1 parent a699dda commit f285eee
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/mdbook-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,17 @@ jobs:
with:
submodules: recursive

- name: another
run: echo $PATH

- name: Checkout `carrie` (we hope)
uses: ./.github/actions/checkout

- name: and another
run: echo $PATH

- name: misc
run: nix build .
run: ls /nix/var/nix/profiles/default/bin

- name: Build docs
run: mdbook build
Expand Down

0 comments on commit f285eee

Please sign in to comment.