Skip to content

Commit

Permalink
Update pkgdown.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafnuss authored Sep 6, 2023
1 parent b049e8a commit e5aef1d
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,17 @@ jobs:
extra-packages: any::pkgdown, local::.
needs: website

- name: Move PNG files
run: |
find inst/extdata/ -name "*.png" -exec mv {} docs/reference/ \;
- name: Build site
run: pkgdown::build_site_github_pages(new_process = FALSE, install = FALSE)
shell: Rscript {0}

- name: Move PNG files
- name: Move PNG files 2
run: |
mv inst/extdata/*.png docs/reference/
find inst/extdata/ -name "*.png" -exec mv {} docs/reference/ \;
- name: Deploy to GitHub pages 🚀
if: github.event_name != 'pull_request'
Expand Down

0 comments on commit e5aef1d

Please sign in to comment.