We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc2a171 commit c25b19dCopy full SHA for c25b19d
1 file changed
.github/workflows/deploy.yml
@@ -25,7 +25,7 @@ jobs:
25
run: Rscript -e 'install.packages(c("rmarkdown","blogdown", "remotes"))'
26
27
- name: Install hugo
28
- run: Rscript -e 'blogdown::install_hugo()'
+ run: Rscript -e 'blogdown::install_hugo(version="0.134.0")'
29
30
- name: Build site with blogdown
31
run: Rscript -e "blogdown::build_site()"
0 commit comments