trying old ci
This commit is contained in:
parent
143612506b
commit
27e8d96370
@ -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:
|
before_script:
|
||||||
- git submodule init
|
- git submodule init
|
||||||
- git submodule update --force
|
- git submodule update --force
|
||||||
|
|
||||||
test:
|
test:
|
||||||
script:
|
script:
|
||||||
- hugo
|
- hugo
|
||||||
except:
|
except:
|
||||||
- master
|
- master
|
||||||
|
|
||||||
pages:
|
pages:
|
||||||
script:
|
script:
|
||||||
- hugo
|
- hugo
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- public
|
- public
|
||||||
only:
|
only:
|
||||||
master
|
- master
|
||||||
|
Loading…
Reference in New Issue
Block a user