Skip to content
Snippets Groups Projects
Commit 2109a67c authored by Violante, Ines Dr (Psychology)'s avatar Violante, Ines Dr (Psychology)
Browse files

Add new .gitlab-ci.yml

parent 412c5fa0
No related branches found
No related tags found
No related merge requests found
variables:
GIT_SUBMODULE_STRATEGY: recursive
pages:
image:
name: klakegg/hugo:ext-alpine
entrypoint : ['']
before_script:
- git submodule update --init --recursive
script:
- hugo --gc --minify
artifacts:
paths:
- public
only:
- master
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment