Skip to content

Commit

Permalink
update babel installation command
Browse files Browse the repository at this point in the history
  • Loading branch information
RealRichi3 committed May 8, 2024
1 parent efe176a commit 2fff6b9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build_book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,10 @@ jobs:

- name: Install Babelquarto
run: |
Rscript -e "install.packages('pak', lib='./my_R_library'); pak::pkg_install('ropensci-review-tools/babelquarto')"
Rscript -e "install.packages('pak', lib='./my_R_library');
- name: Install PAK
run: Rscript -e "pak::pak('ropensci-review-tools/babelquarto')"

- name: Build book
run: |
Expand Down

0 comments on commit 2fff6b9

Please sign in to comment.