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 62eb2a0 commit e874774
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,23 @@ jobs:
extra-packages: any::pkgdown, local::.
needs: website

- name: Build site
- name: Build home
run: pkgdown::build_home()
shell: Rscript {0}

- name: Build reference
run: pkgdown::build_reference()
shell: Rscript {0}

- name: Build news
run: pkgdown::build_news()
shell: Rscript {0}

- name: Build favicons
run: pkgdown::build_favicons()
shell: Rscript {0}

- name: Build search
run: pkgdown::build_search()
shell: Rscript {0}

Expand Down

0 comments on commit e874774

Please sign in to comment.