Attempt GitLab CI
This commit is contained in:
parent
0d58d53743
commit
292c4bc948
3
.gitignore
vendored
3
.gitignore
vendored
@ -34,5 +34,4 @@ Temporary Items
|
||||
|
||||
*~
|
||||
|
||||
# Local Netlify folder
|
||||
.netlify
|
||||
/public
|
||||
|
||||
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
|
||||
Loading…
x
Reference in New Issue
Block a user