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-06-23 21:01:40 +0300
committerGitHub <noreply@github.com>2022-06-23 21:01:40 +0300
commit92c65853e765618288c8dfd79ccd35d63da19f48 (patch)
treed38b4a3a8a957d837a01e65004d0778462b7c0ad /.github
parent3660a5526218ec0c819d655b393a87929ba19631 (diff)
⬆️ Upgrade Hugo to 0.101.0 (#113)v6.6.0
Diffstat (limited to '.github')
-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 87a2933..c0c8fc6 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.94.2"
+ hugo-version: "0.101.0"
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2