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

github.com/curttimson/hugo-theme-massively.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCurtis Timson <curt@live.co.uk>2022-10-26 19:22:06 +0300
committerGitHub <noreply@github.com>2022-10-26 19:22:06 +0300
commit4670e9daa3697f04d1ce5786587e1fc08e817629 (patch)
treee0f60950a1ccc830ba1bc94da67dd2cff6cd9ec7
parentf0fd1ea9e156ff0e77ed64aa521ee1604e7c8860 (diff)
⬆️ Upgrade Hugo: v0.104.3 (#120)
-rw-r--r--.github/workflows/e2e.yml2
-rw-r--r--config.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml
index 9d8f193..356126f 100644
--- a/.github/workflows/e2e.yml
+++ b/.github/workflows/e2e.yml
@@ -41,7 +41,7 @@ jobs:
- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
with:
- hugo-version: "0.103.1"
+ hugo-version: "0.104.3"
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
diff --git a/config.toml b/config.toml
index 3f761da..215d1fd 100644
--- a/config.toml
+++ b/config.toml
@@ -1,4 +1,4 @@
[module]
[module.hugoVersion]
min = "0.54.0"
- max = "0.103.1" \ No newline at end of file
+ max = "0.104.3" \ No newline at end of file