Skip to content

Commit

Permalink
revert hugo becasue of peaceiris/actions-hugo#608
Browse files Browse the repository at this point in the history
  • Loading branch information
drmowinckels committed Dec 2, 2022
1 parent 90a640c commit 30405c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .Rprofile
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ options(
blogdown.ext = '.Rmd',
blogdown.method = "markdown",
blogdown.subdir = "blog",
blogdown.hugo.version = "0.107.0"
blogdown.hugo.version = "0.91.0"
)
2 changes: 1 addition & 1 deletion .github/workflows/build-site.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Get Hugo version
id: hugo_vr
run: |
ver=$(cat .Rprofile | grep hugo.version | cut -d"=" -f2 | sed -e s.\"..g | sed -e s.\ ..g)
ver=$(cat .Rprofile | grep hugo.version | cut -d'"' -f2 )
echo ".Rprofile sets hugo version to $ver"
echo "::set-output name=value::${ver}"
Expand Down

0 comments on commit 30405c4

Please sign in to comment.