We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 62ed750 + e093a86 commit 460a69dCopy full SHA for 460a69d
2 files changed
.github/workflows/main.yml
@@ -17,7 +17,7 @@ jobs:
17
uses: peaceiris/actions-hugo@v2
18
with:
19
# When this version is updated, it must be also updated at docker-compose.yml
20
- hugo-version: '0.142.0'
+ hugo-version: '0.133.1'
21
extended: true
22
- name: Copy the missing files from /content/en for publishing each language site
23
run: |
docker-compose.yml
@@ -3,7 +3,7 @@ name: Innersourcecommons
3
services:
4
server:
5
# The version here must be kept in sync with the one used at .github/workflows/main.yml
6
- image: hugomods/hugo:base-0.142.0
+ image: hugomods/hugo:base-0.133.1
7
command: server -D
8
volumes:
9
- ./:/src
0 commit comments