File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 : |
Original file line number Diff line number Diff line change 1- version : " 3.9"
1+ name : Innersourcecommons
2+
23services :
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
You can’t perform that action at this time.
0 commit comments