From 31b5dc32bac830f69d7025ca0673853a745c0e42 Mon Sep 17 00:00:00 2001 From: shockrahwow Date: Mon, 19 Aug 2019 19:41:28 -0700 Subject: [PATCH] ci script from old resume lets see what happens --- .gitlab-ci.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .gitlab-ci.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000..a691c99 --- /dev/null +++ b/.gitlab-ci.yml @@ -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 \ No newline at end of file