Skip to content

Commit

Permalink
update pkgdown builds
Browse files Browse the repository at this point in the history
  • Loading branch information
favstats committed Oct 11, 2023
1 parent b0431b9 commit 62eb2a0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,11 @@ jobs:
needs: website

- name: Build site
run: pkgdown::build_site_github_pages(new_process = FALSE, install = FALSE)
run: pkgdown::build_home()
run: pkgdown::build_reference()
run: pkgdown::build_news()
run: pkgdown::build_favicons()
run: pkgdown::build_search()
shell: Rscript {0}

- name: Deploy to GitHub pages 🚀
Expand Down
1 change: 1 addition & 0 deletions docs/reference/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/search.json

Large diffs are not rendered by default.

0 comments on commit 62eb2a0

Please sign in to comment.