Skip to content

Commit

Permalink
fix workflow file
Browse files Browse the repository at this point in the history
3rd attempt
  • Loading branch information
florale committed Jan 15, 2023
1 parent 5ce24c4 commit b8ad5d9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@ jobs:

- name: Install dependencies
run:
pak::local_install_deps(dependencies = TRUE)
pak::pkg_install("preferably")
pak::pkg_install("preferably", dependencies = TRUE)
shell: Rscript {0}

- name: Build site
Expand Down

0 comments on commit b8ad5d9

Please sign in to comment.