Skip to content

Commit

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

# Install system dependencies (Quarto CLI)
- name: Install system dependencies
run: |
sudo apt-get update
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 additional R packages including Quarto R package
- 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")'
# Verify Quarto installation (optional, for debugging)
- name: Verify Quarto installation
run: |
quarto --version
Rscript -e 'packageVersion("quarto")'
- name: Build site
run: pkgdown::build_site_github_pages(new_process = FALSE, install = FALSE)
shell: Rscript {0}
Expand Down

0 comments on commit 7ef9262

Please sign in to comment.