We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5192e96 commit 4cf007eCopy full SHA for 4cf007e
.circleci/config.yml
@@ -10,7 +10,7 @@ jobs:
10
- run: apk update && apk add git
11
- checkout
12
- 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
+ - run: curl -L https://github.com/gohugoio/hugo/releases/download/v0.105.0/hugo_0.105.0_Linux-64bit.tar.gz | tar xvz
14
- run: HUGO_ENV=production ./hugo -v -d $HUGO_BUILD_DIR
15
- run:
16
name: Run commands to see results on std-out in the circleci web gui log
0 commit comments