Skip to content
Snippets Groups Projects
Verified Commit 314f29e7 authored by Šimon Berka's avatar Šimon Berka
Browse files

add gitlab CI for publishing website

parent 26875a0a
No related branches found
No related tags found
No related merge requests found
image: registry.gitlab.com/pages/hugo:latest
variables:
GIT_SUBMODULE_STRATEGY: recursive
pages:
script:
- hugo --config config.toml -D --destination=./public
artifacts:
paths:
- public
only:
- master
\ No newline at end of file
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