Skip to content

Commit c25b19d

Browse files
hotfix 2
1 parent cc2a171 commit c25b19d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
run: Rscript -e 'install.packages(c("rmarkdown","blogdown", "remotes"))'
2626

2727
- name: Install hugo
28-
run: Rscript -e 'blogdown::install_hugo()'
28+
run: Rscript -e 'blogdown::install_hugo(version="0.134.0")'
2929

3030
- name: Build site with blogdown
3131
run: Rscript -e "blogdown::build_site()"

0 commit comments

Comments
 (0)