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 8f7318b commit 52a98ea
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 @@ -42,7 +42,7 @@ jobs:
shell: Rscript {0}

- name: Build site
run: 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 52a98ea

Please sign in to comment.