Skip to content

Commit

Permalink
replace pkgdown workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
DivadNojnarg committed Nov 25, 2022
1 parent 824599a commit 985b234
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,9 @@ jobs:
use-public-rspm: true

- uses: r-lib/actions/setup-r-dependencies@v2
with:
needs: website
with:
extra-packages: any::pkgdown, local::.
needs: website

- name: Build site
run: pkgdown::build_site_github_pages(new_process = FALSE, install = FALSE)
Expand Down

0 comments on commit 985b234

Please sign in to comment.