We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a77fce commit 977ab47Copy full SHA for 977ab47
.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.145.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.145.0
+ image: hugomods/hugo:base-0.133.1
7
command: server -D
8
volumes:
9
- ./:/src
0 commit comments