Skip to content

Commit

Permalink
correcting publish script
Browse files Browse the repository at this point in the history
  • Loading branch information
llaniewski committed Jan 15, 2025
1 parent 9a87f53 commit 0f4f1c7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish_site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,8 @@ jobs:
- name: Install tools
run: |
sudo apt-get update
sudo apt install -y pandoc libxml2-dev libssl-dev libcurl4-openssl-dev r-base r-base-dev;
sudo apt install -y build-essential pandoc libxml2-dev libssl-dev libcurl4-openssl-dev r-base r-base-dev r-cran-devtools;
sudo apt install -y libharfbuzz-dev libfribidi-dev;
sudo R -e "install.packages('devtools')";
sudo R -e "devtools::install_github('rstudio/rmarkdown')";
wget https://github.com/mathjax/MathJax/archive/master.zip;
unzip master.zip >/dev/null;
Expand Down

0 comments on commit 0f4f1c7

Please sign in to comment.