Skip to content

Commit

Permalink
docs: update actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
berntpopp committed May 15, 2024
1 parent 7ccf905 commit 05fb091
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,21 +42,8 @@ jobs:
uses: r-lib/actions/setup-tinytex@v2
env:
TINYTEX_INSTALLER: TinyTeX
- name: Instaling librsvg2
timeout-minutes: 3
run: |
sudo apt-get install librsvg2-bin
- name: Instaling drawio
timeout-minutes: 3
run: |
Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 &
sudo mkdir -p /run/user/1001
sudo chmod -R 777 /run/user/1001
sudo snap install drawio
- name: Install packages
run: Rscript -e 'install.packages(c("tidyverse", "rmarkdown", "bookdown", "config", "remotes", "webshot", "readr", "dplyr", "DT", "plotly", "knitr", "knitrdrawio", "config", "ggplot2", "ComplexUpset", "snakecase", "readxl", "shinyLP"))'
- name: Install knitrdrawio
run: Rscript -e 'remotes::install_url("https://github.com/rchaput/knitrdrawio/archive/refs/tags/v0.2.2.tar.gz")'
run: Rscript -e 'install.packages(c("tidyverse", "rmarkdown", "bookdown", "config", "webshot", "readr", "DT", "knitr", "ggplot2", "readxl"))'
- name: Install phantomjs
run: Rscript -e 'webshot::install_phantomjs()'
- name: Render Book
Expand Down

0 comments on commit 05fb091

Please sign in to comment.