Skip to content

Commit

Permalink
changing build to install
Browse files Browse the repository at this point in the history
  • Loading branch information
michbur committed Jul 15, 2024
1 parent df7df7b commit c1e7a1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
run: |
renv::restore()
install.packages(c("pkgdown", "devtools"))
devtools::build()
devtools::install()
shell: Rscript {0}

- name: Build site
Expand Down

0 comments on commit c1e7a1f

Please sign in to comment.