Skip to content

Commit

Permalink
ci: fix build_site_github_pages call
Browse files Browse the repository at this point in the history
  • Loading branch information
jorainer committed Oct 11, 2024
1 parent d835f82 commit d734a7d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,17 +66,17 @@ jobs:
if: runner.os != 'Linux'
uses: r-lib/actions/setup-tinytex@v2

- name: Build articles
run: |
install.packages("unixtools", repos = "http://www.rforge.net/")
unixtools::set.tempdir("/__w/Rtmp")
pkgdown::build_articles(quiet = FALSE)
shell: Rscript {0}
# - name: Build articles
# run: |
# install.packages("unixtools", repos = "http://www.rforge.net/")
# unixtools::set.tempdir("/__w/Rtmp")
# pkgdown::build_articles(quiet = FALSE)
# shell: Rscript {0}

- name: Build site
run: |
unixtools::set.tempdir("/__w/Rtmp")
pkgdown::build_site_github_pages(new_process = FALSE, install = FALSE,preview = FALSE)
pkgdown::build_site_github_pages(new_process = FALSE, install = FALSE)
shell: Rscript {0}

- name: Deploy to GitHub pages 🚀
Expand Down

0 comments on commit d734a7d

Please sign in to comment.