1
0
mirror of https://gitlab.com/MisterBiggs/blog.git synced 2025-08-03 12:01:31 +00:00

fixed build instructions

This commit is contained in:
2019-08-08 22:48:10 -07:00
parent c924838038
commit 0b0301bebf

View File

@@ -7,7 +7,7 @@ variables:
pages:
script:
- cd blog
- hugo --themesDir=../.. -d ../public
- hugo -d ../public
artifacts:
paths:
- public