Skip to content

Commit 4cf007e

Browse files
committed
Update hugo
1 parent 5192e96 commit 4cf007e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- run: apk update && apk add git
1111
- checkout
1212
- run: curl -L https://github.com/bep/s3deploy/releases/download/v2.0.1/s3deploy_2.0.1_Linux-64bit.tar.gz | tar xvz
13-
- run: curl -L https://github.com/gohugoio/hugo/releases/download/v0.56.0/hugo_0.56.0_Linux-64bit.tar.gz | tar xvz
13+
- run: curl -L https://github.com/gohugoio/hugo/releases/download/v0.105.0/hugo_0.105.0_Linux-64bit.tar.gz | tar xvz
1414
- run: HUGO_ENV=production ./hugo -v -d $HUGO_BUILD_DIR
1515
- run:
1616
name: Run commands to see results on std-out in the circleci web gui log

0 commit comments

Comments
 (0)