Skip to content

Commit 460a69d

Browse files
Merge pull request #972 from andrea-kyurchiev/master
hotfix: change version to fix learning page
2 parents 62ed750 + e093a86 commit 460a69d

2 files changed

Lines changed: 2 additions & 2 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.142.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.142.0
6+
image: hugomods/hugo:base-0.133.1
77
command: server -D
88
volumes:
99
- ./:/src

0 commit comments

Comments
 (0)