Skip to content
Snippets Groups Projects
Commit aa55cd5f authored by Stephan Schulz's avatar Stephan Schulz
Browse files

update CI to use new hugo and build.sh

parent f84d1cf1
No related branches found
No related tags found
No related merge requests found
variables:
GIT_SUBMODULE_STRATEGY: recursive
pages: pages:
tags: tags:
- linux - linux
image: jojomi/hugo image: jojomi/hugo
script: script:
- wget https://github.com/gohugoio/hugo/releases/download/v0.40.1/hugo_0.40.1_Linux-32bit.tar.gz - wget https://github.com/gohugoio/hugo/releases/download/v0.78.0/hugo_0.78.0_Linux-32bit.tar.gz
- tar -xzvf hugo_0.40.1_Linux-32bit.tar.gz - tar -xzvf hugo_0.78.0_Linux-32bit.tar.gz
- ./hugo version - ./build.sh
- ./hugo -D
artifacts: artifacts:
paths: paths:
- public - public
...@@ -18,3 +20,5 @@ pages: ...@@ -18,3 +20,5 @@ pages:
#url: http://www.scafacos.de #url: http://www.scafacos.de
#author: #author:
# github: scafacos # github: scafacos
#
# vim: et ts=2 sw=2
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment