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

github.com/chipzoller/hugo-clarity.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChip Zoller <chipzoller@gmail.com>2022-03-28 00:58:30 +0300
committerChip Zoller <chipzoller@gmail.com>2022-03-28 00:58:30 +0300
commit352b26464ba64faaf6ea8879445b17545826e925 (patch)
tree7e9816130cec91b4f8bd49f664971e0c347b516e /.github
parent4bc5168bed27eee652365658fc332253e12e3bdc (diff)
remove errant images and bump test to Hugo 0.95
Signed-off-by: Chip Zoller <chipzoller@gmail.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/test.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 4d00a72..6012b94 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -9,7 +9,7 @@ jobs:
matrix:
hugo-version:
- 'latest'
- - '0.89.4'
+ - '0.95.0'
steps:
- uses: actions/checkout@v2