1
0
mirror of https://gitlab.com/MisterBiggs/blog.git synced 2025-06-15 14:46:52 +00:00

trying something else

This commit is contained in:
Anson 2019-08-08 23:17:08 -07:00
parent 86f9073ae3
commit 44729da93c

View File

@ -1,10 +1,11 @@
image: monachus/hugo
variables:
GIT_SUBMODULE_STRATEGY: recursive
pages:
before_script:
- git submodule sync --recursive
- git submodule update --init --recursive
script:
- cd blog
- hugo -d ../public