Skip to content

Commit

Permalink
q
Browse files Browse the repository at this point in the history
  • Loading branch information
istallworthy committed Sep 24, 2024
1 parent 1229a59 commit 68916fb
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,20 +35,6 @@ jobs:
extra-packages: any::pkgdown, local::.
needs: website

# Install system dependencies, including Quarto CLI
- name: Install system dependencies
run: |
sudo apt-get install -y libcurl4-openssl-dev libssl-dev pandoc
wget https://github.com/quarto-dev/quarto-cli/releases/download/v1.5.1/quarto-1.5.1-linux-amd64.deb
sudo dpkg -i quarto-1.5.1-linux-amd64.deb
# Install R dependencies with CRAN mirror set
- name: Install R packages
run: |
Rscript -e 'options(repos = "https://cloud.r-project.org"); install.packages("remotes")'
Rscript -e 'options(repos = "https://cloud.r-project.org"); remotes::install_cran("pkgdown")'
Rscript -e 'options(repos = "https://cloud.r-project.org"); remotes::install_cran("quarto")'
- name: Build site
run: pkgdown::build_site_github_pages(new_process = FALSE, install = FALSE)
shell: Rscript {0}
Expand Down

0 comments on commit 68916fb

Please sign in to comment.