Attempt GitLab CI

This commit is contained in:
Chris Hodapp
2020-04-26 22:03:50 -04:00
parent 0d58d53743
commit 292c4bc948
2 changed files with 15 additions and 2 deletions
+1 -2
View File
@@ -34,5 +34,4 @@ Temporary Items
*~
# Local Netlify folder
.netlify
/public
+14
View File
@@ -0,0 +1,14 @@
image: monachus/hugo
variables:
GIT_SUBMODULE_STRATEGY: recursive
pages:
script:
- hugo
artifacts:
paths:
- public
only:
- master