Skip to content

Commit

Permalink
trying to fix kableExtra
Browse files Browse the repository at this point in the history
  • Loading branch information
lwaldron committed Aug 28, 2023
1 parent 92a6ec5 commit 3fa742b
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 @@ -24,7 +24,7 @@ jobs:
apt-get -y install libharfbuzz-dev libfribidi-dev #for pkgdown
- name: Install Package Dependencies
run: |-
Rscript -e "install.packages(c('remotes', 'devtools')"
Rscript -e "install.packages(c('remotes', 'devtools'))"
Rscript -e "remotes::install_deps(dependencies = TRUE)"
Rscript -e "devtools::install_github('kupietz/kableExtra')"
# use several steps instead of build_site() because I don't want build_reference()
Expand Down

0 comments on commit 3fa742b

Please sign in to comment.