Skip to content

Commit

Permalink
fix: build book with jsquarto not included in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
RealRichi3 committed Jun 19, 2024
1 parent 3dec2d8 commit 7cdb3ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
node-version: 16.x

- name: Install dependencies
run: npm install @oscsa/jsquarto -g
run: npm i --save && npm install @oscsa/jsquarto -g

- name: Set jsquarto config
run: jsq config:set config=$CONFIG_FILE --force
Expand Down

0 comments on commit 7cdb3ee

Please sign in to comment.