Skip to content

Commit

Permalink
cleaned pkgdown site before building it
Browse files Browse the repository at this point in the history
  • Loading branch information
EricMarcon committed Oct 15, 2024
1 parent b539110 commit 25f0fdf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
run: |
git config --local user.email "[email protected]"
git config --local user.name "GitHub Actions"
Rscript -e 'pkgdown::clean_site()'
Rscript -e 'pkgdown::deploy_to_branch(new_process = FALSE)'
- name: Build Gallery
run: memoiR::knit_all()
Expand Down

0 comments on commit 25f0fdf

Please sign in to comment.