Skip to content

Commit

Permalink
Fix pkgdown.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
melff authored Dec 27, 2023
1 parent dc86a1b commit 3a02de9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
run: cp -a README.md pkg

- name: Build site
run: install.packages("preferable");pkgdown::build_site_github_pages(pkg = "pkg", dest_dir = "../docs", new_process = FALSE, install = FALSE)
run: install.packages("preferably");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 3a02de9

Please sign in to comment.