Skip to content

Commit

Permalink
add distill re-install to force our fork
Browse files Browse the repository at this point in the history
  • Loading branch information
s-u authored Jan 3, 2024
1 parent 3daaa20 commit 8899b5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run: |
export MAKEFLAGS=-j4
sudo /bin/bash -c 'DEBCONF_NONINTERACTIVE_SEEN=true apt-get install -q -y libcurl4-openssl-dev'
Rscript -e 'install.packages(c("rjtools","rmarkdown"),,c("https://rforge.net","https://cloud.R-project.org"))'
Rscript -e 'install.packages(c("rjtools","distill","rmarkdown"),,c("https://rforge.net","https://cloud.R-project.org"))'
- name: Render _web
run: |
Expand Down

0 comments on commit 8899b5f

Please sign in to comment.