Skip to content

Commit ce8c38b

Browse files
old hugo for now
1 parent 93fc12a commit ce8c38b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/check.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(version="0.152.2")' # Latest is currently broken
28+
run: Rscript -e 'blogdown::install_hugo(version="0.139.4")' # Latest is currently broken
2929

3030
- name: Build site with blogdown
3131
run: Rscript -e 'if (!blogdown::build_site()) stop("Build failed")'

.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(version="0.152.2")' # Latest is currently broken
28+
run: Rscript -e 'blogdown::install_hugo(version="0.139.4")' # Latest is currently broken
2929

3030
- name: Build site with blogdown
3131
run: Rscript -e 'if (!blogdown::build_site()) stop("Build failed")'

0 commit comments

Comments
 (0)