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-03-31 14:24:19 +0300
committerGitHub <noreply@github.com>2022-03-31 14:24:19 +0300
commit41d1b45936cf5712c6fcce9d788b837898ef75c7 (patch)
tree0d66cf8fc0bd1a3e959010da84b6aea46d12292d
parent29095f53dc3a94a6b7ea4dca77bfd01e7e1243fb (diff)
🐛 Fix e2e CI (#104)
* 🐛 Fix e2e CI * add badge to readme * correct casing
-rw-r--r--.github/workflows/e2e.yml4
-rw-r--r--README.md2
2 files changed, 5 insertions, 1 deletions
diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml
index 28eb500..15854e0 100644
--- a/.github/workflows/e2e.yml
+++ b/.github/workflows/e2e.yml
@@ -15,6 +15,10 @@ jobs:
node-version: [16.x]
steps:
+ - name: Setup Hugo
+ uses: peaceiris/actions-hugo@v2
+ with:
+ hugo-version: "0.54.0"
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
diff --git a/README.md b/README.md
index 0afeb84..bf13def 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# Hugo Theme Massively
-![](https://img.shields.io/badge/Hugo-%5E0.54.0-ff4088?style=flat-square&logo=hugo)
+![](https://img.shields.io/badge/Hugo-%5E0.54.0-ff4088?style=flat-square&logo=hugo) [![e2e tests](https://github.com/curtiscde/hugo-theme-massively/actions/workflows/e2e.yml/badge.svg)](https://github.com/curtiscde/hugo-theme-massively/actions/workflows/e2e.yml)
Massively theme ported from [HTML5 UP](https://html5up.net/) for use with the [Hugo static site generator](https://gohugo.io/).