Skip to content

Commit

Permalink
Merge pull request #98 from Rafnuss/Rafnuss-patch-1
Browse files Browse the repository at this point in the history
Update pkgdown.yaml
  • Loading branch information
Rafnuss authored Sep 15, 2023
2 parents f954fba + f2926a6 commit 7e1d27a
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,11 @@ 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 2
- name: Move PNG files
run: |
find inst/extdata/ -name "*.png" -exec mv {} docs/reference/ \;
Expand Down

0 comments on commit 7e1d27a

Please sign in to comment.