Skip to content

Commit

Permalink
force install hugo newer version
Browse files Browse the repository at this point in the history
  • Loading branch information
linogaliana committed May 12, 2021
1 parent 4cdb759 commit 0fd0e55
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,10 @@ jobs:
run: |
Rscript -e 'install.packages(c("rmarkdown"))'
- name: install hugo
run: Rscript -e 'blogdown::install_hugo("0.83.0")'
run: Rscript -e 'blogdown::install_hugo("0.83.0", force = TRUE)'
- name: Install Python
run: |
Rscript -e 'print(blogdown:::hugo_version())'
Rscript -e "install.packages(c('remotes', 'reticulate'))"
Rscript -e "install.packages(c('here'))"
- shell: bash -l {0}
Expand Down

0 comments on commit 0fd0e55

Please sign in to comment.