Skip to content

Commit

Permalink
Update pkgdown.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
melff committed Jan 6, 2024
1 parent 52a98ea commit 33ad2f5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ jobs:
extra-packages: any::pkgdown, any::roxygen2, local::.
needs: website
working-directory: pkg

- name: Install dependencies
run: install.packages("preferably")
shell: Rscript {0}

- name: Copy Readme
run: cp -a README.md pkg
Expand All @@ -42,7 +46,7 @@ jobs:
shell: Rscript {0}

- name: Build site
run: install.packages("preferably");pkgdown::build_site_github_pages(pkg = "pkg", dest_dir = "../docs", new_process = FALSE, install = FALSE)
run: pkgdown::build_site_github_pages(pkg = "pkg", dest_dir = "../docs", new_process = FALSE, install = FALSE)
shell: Rscript {0}

- name: Deploy to GitHub pages 🚀
Expand Down

0 comments on commit 33ad2f5

Please sign in to comment.