Skip to content

Commit

Permalink
Update build_deploy.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
philouail committed Oct 10, 2024
1 parent 499f6f5 commit f10a112
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build_deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,9 @@ jobs:
run: R CMD INSTALL .

- name: Build site
run: pkgdown::build_site_github_pages(new_process = FALSE, install = FALSE)
run: |
pkgdown::build_article("install_v0", quiet = 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 f10a112

Please sign in to comment.