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-09-06 23:19:58 +0300
committerGitHub <noreply@github.com>2022-09-06 23:19:58 +0300
commit0327a4b821585cdbb7ce97a4cca382b05be93b85 (patch)
tree45f864dd4a4f912ae6ee73d2d64a7d0b400bf83c
parenta1ff1f98bef53839004b542ac85bd3b2e89d5ae1 (diff)
⬆️ Upgrade Hugo: v0.102.3 (#117)
-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 c0c8fc6..30adbdb 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.101.0"
+ hugo-version: "0.102.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 2bddd77..7ed0ea1 100644
--- a/config.toml
+++ b/config.toml
@@ -1,4 +1,4 @@
[module]
[module.hugoVersion]
min = "0.54.0"
- max = "0.101.0" \ No newline at end of file
+ max = "0.102.3" \ No newline at end of file