Skip to content

Commit 977ab47

Browse files
committed
rollback to hugo 0.133.1
1 parent 8a77fce commit 977ab47

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: peaceiris/actions-hugo@v2
1818
with:
1919
# When this version is updated, it must be also updated at docker-compose.yml
20-
hugo-version: '0.145.0'
20+
hugo-version: '0.133.1'
2121
extended: true
2222
- name: Copy the missing files from /content/en for publishing each language site
2323
run: |

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Innersourcecommons
33
services:
44
server:
55
# The version here must be kept in sync with the one used at .github/workflows/main.yml
6-
image: hugomods/hugo:base-0.145.0
6+
image: hugomods/hugo:base-0.133.1
77
command: server -D
88
volumes:
99
- ./:/src

0 commit comments

Comments
 (0)