ci script from old resume lets see what happens

This commit is contained in:
shockrahwow 2019-08-19 19:41:28 -07:00
parent f245d80b37
commit 31b5dc32ba

18
.gitlab-ci.yml Normal file
View File

@ -0,0 +1,18 @@
before_script:
- git submodule init
- git submodule update --force
test:
script:
- hugo
except:
- master
pages:
script:
- hugo
artifacts:
paths:
- public
only:
master