trying old ci

This commit is contained in:
shockrah 2019-08-19 19:55:29 -07:00
parent 143612506b
commit 27e8d96370

View File

@ -1,18 +1,21 @@
# All available Hugo versions are listed here: https://gitlab.com/pages/hugo/container_registry
image: registry.gitlab.com/pages/hugo:latest
before_script:
- git submodule init
- git submodule update --force
test:
- git submodule init
- git submodule update --force
test:
script:
- hugo
except:
except:
- master
pages:
pages:
script:
- hugo
artifacts:
paths:
- public
- public
only:
master
- master