Attempt GitLab CI
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -34,5 +34,4 @@ Temporary Items
|
|||||||
|
|
||||||
*~
|
*~
|
||||||
|
|
||||||
# Local Netlify folder
|
/public
|
||||||
.netlify
|
|
||||||
|
|||||||
14
.gitlab-ci.yml
Normal file
14
.gitlab-ci.yml
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
|
||||||
|
image: monachus/hugo
|
||||||
|
|
||||||
|
variables:
|
||||||
|
GIT_SUBMODULE_STRATEGY: recursive
|
||||||
|
|
||||||
|
pages:
|
||||||
|
script:
|
||||||
|
- hugo
|
||||||
|
artifacts:
|
||||||
|
paths:
|
||||||
|
- public
|
||||||
|
only:
|
||||||
|
- master
|
||||||
Reference in New Issue
Block a user