Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugoThemesSiteBuilder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2022-09-19 13:41:34 +0300
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2022-09-19 13:41:34 +0300
commit7beed7eeec7021cd776f3cfc5514ac6b377063b3 (patch)
tree34965671dc30670243004c73e6ddda2bf345c8e9
parent08d3d86f715646c5ba0a84136a3b340057b8ec06 (diff)
github: Update Hugo version in update script
See #217
-rw-r--r--.github/workflows/update-themes.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/update-themes.yml b/.github/workflows/update-themes.yml
index 5b21ec6..f847668 100644
--- a/.github/workflows/update-themes.yml
+++ b/.github/workflows/update-themes.yml
@@ -27,7 +27,7 @@ jobs:
run: |
git config --global user.email "digitalcraftsman@users.noreply.github.com"
git config --global user.name "digitalcraftsman"
- go install github.com/gohugoio/hugo@v0.85.0
+ go install github.com/gohugoio/hugo@v0.103.1
hugo mod get -u
git add .
git commit -am "[Bot] Update themes"