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-11-11 18:25:50 +0300
committerGitHub <noreply@github.com>2022-11-11 18:25:50 +0300
commitaa9723e1a5cd7c9753fcd2d0f4160e5aaedab685 (patch)
tree2027ecbcc156a002293ac8bd3d72f3c0073fa89c /.github/workflows
parent4670e9daa3697f04d1ce5786587e1fc08e817629 (diff)
⬆️ Upgrade Hugo: v0.105.0 (#121)HEADmaster
* ⬆️ Upgrade Hugo: v * ⬆️ Upgrade Hugo: v0.105.0 * ⬆️ Upgrade Hugo: v0.105.0
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/e2e.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml
index 356126f..c68597f 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.104.3"
+ hugo-version: "0.105.0"
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2