1
0
mirror of https://gitlab.com/MisterBiggs/blog.git synced 2025-06-15 22:56:50 +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:
script:
- cd blog
- hugo --themesDir=../.. -d ../public
- hugo -d ../public
artifacts:
paths:
- public