mirror of
https://gitlab.com/MisterBiggs/blog.git
synced 2025-08-15 09:41:42 +00:00
Initial commit
This commit is contained in:
15
.gitlab-ci.yml
Normal file
15
.gitlab-ci.yml
Normal file
@@ -0,0 +1,15 @@
|
||||
|
||||
image: monachus/hugo
|
||||
|
||||
variables:
|
||||
GIT_SUBMODULE_STRATEGY: recursive
|
||||
|
||||
pages:
|
||||
script:
|
||||
- cd exampleSite
|
||||
- hugo --themesDir=../.. -d ../public
|
||||
artifacts:
|
||||
paths:
|
||||
- public
|
||||
only:
|
||||
- master
|
Reference in New Issue
Block a user