Skip to content

Commit

Permalink
Update pkgdown.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
melff authored Oct 24, 2022
1 parent 6813808 commit 2975241
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ jobs:
extra-packages: any::pkgdown, local::.
needs: website
working-directory: pkg

- name: Copy Readme
run: cp -a README.md pkg

- name: Build site
run: pkgdown::build_site_github_pages(pkg = "pkg", dest_dir = "../docs", new_process = FALSE, install = FALSE)
Expand Down

0 comments on commit 2975241

Please sign in to comment.