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

fixed build instructions

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

View File

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