Skip to content
Snippets Groups Projects
Unverified Commit c7b76036 authored by Philipp Deppenwiese's avatar Philipp Deppenwiese
Browse files

Fix gitlab-ci yaml

parent 7212e6a2
Branches
Tags v0.1.0
No related merge requests found
......@@ -17,6 +17,9 @@ publish_site:
only:
- tags
stage: publish
before_script:
- apt-get -qq update && apt-get -qq install -y git hugo
- git submodule update --init --recursive
script:
- hugo
artifacts:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment