raidisnotabackup/.gitlab-ci.yml

15 lines
244 B
YAML

stages:
- compile
compile:
stage: compile
before_script:
- git submodule update --init
script: hugo --cleanDestinationDir=true -d /srv/runner/live/www.raidisnotabackup.com
artifacts:
paths:
- public
only:
- master