image: debian
variables:
GIT_SUBMODULE_STRATEGY: recursive
before_script:
- apt install hugo
- curl https://get.volta.sh | bash
- npm install
test:
script:
- hugo
except:
- $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
pages:
artifacts:
paths:
- public
only: