Skip to content

Commit

Permalink
Adjust workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
wlandau-lilly committed Oct 10, 2023
1 parent 7b1ec74 commit 4421b31
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,7 @@ jobs:
cache-version: 2

- name: Build site
run: |
install.packages(".", type = "source", repos = NULL)
pkgdown::build_site_github_pages(new_process = FALSE, install = FALSE)
withr::with_dir("docs", rsconnect::writeManifest(appPrimaryDoc = "index.html", contentCategory = "site"))
run: pkgdown::build_site_github_pages(new_process = FALSE, install = FALSE)
shell: Rscript {0}

- name: Deploy to GitHub pages
Expand Down

0 comments on commit 4421b31

Please sign in to comment.