Skip to content

Commit 8de55c0

Browse files
Merge pull request #967 from andrea-kyurchiev/hotfix/update-hugo-version
hotfix: update the hugo version to latest available
2 parents fcaab7d + 73fafd8 commit 8de55c0

2 files changed

Lines changed: 10 additions & 8 deletions

File tree

.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.80.0'
20+
hugo-version: '0.142.0'
2121
extended: true
2222
- name: Copy the missing files from /content/en for publishing each language site
2323
run: |

docker-compose.yml

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
1-
version: "3.9"
1+
name: Innersourcecommons
2+
23
services:
3-
hugo:
4+
server:
45
# The version here must be kept in sync with the one used at .github/workflows/main.yml
5-
image: klakegg/hugo:0.80.0-ext-ubuntu
6-
command: server --appendPort=false --baseURL=/
7-
ports:
8-
- "1313:1313"
6+
image: hugomods/hugo:base-0.142.0
7+
command: server -D
98
volumes:
10-
- .:/src
9+
- ./:/src
10+
- ~/hugo_cache:/tmp/hugo_cache
11+
ports:
12+
- 1313:1313

0 commit comments

Comments
 (0)