File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ The site can be viewed at http://localhost:1313/
32
32
33
33
## Building the website
34
34
35
- You must have [ Hugo] ( https://gohugo.io/getting-started/installing/ ) installed on your system.
35
+ You must have [ Hugo 0.124.1 ] ( https://gohugo.io/getting-started/installing/ ) installed on your system.
36
36
37
37
The website needs to be rebuilt before being merged into the ` asf-site ` branch.
38
38
Original file line number Diff line number Diff line change 20
20
SCRIPT_DIR=$( cd -- " $( dirname -- " ${BASH_SOURCE[0]} " ) " & > /dev/null && pwd)
21
21
source " ${SCRIPT_DIR} /_utils.sh"
22
22
23
- hugo_docker_image=" jakejarvis/hugo-extended:latest "
23
+ hugo_docker_image=" jakejarvis/hugo-extended:0.124.1 "
24
24
docker pull " ${hugo_docker_image} "
25
25
26
26
run_hugo_in_docker=" docker run -u$( id -u " ${USER} " ) :$( id -g " ${USER} " ) -v $( pwd) /docs:/src -p 1313:1313 ${hugo_docker_image} "
You can’t perform that action at this time.
0 commit comments