From 0fc6e14a2d7e5535320321925920c5382bb09f25 Mon Sep 17 00:00:00 2001 From: Drew Short Date: Mon, 24 Sep 2018 09:45:08 -0500 Subject: [PATCH] Removing committed public files --- .gitignore | 1 + .gitlab-ci.yml | 5 ++--- 2 files changed, 3 insertions(+), 3 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..364fdec --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +public/ diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 23baacd..61c5c83 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,13 +5,12 @@ site-build: image: jojomi/hugo stage: build script: - - mkdir -p /otuput - - hugo -d /output + - hugo only: - master artifacts: paths: - - /output + - public expire_in: 1 week tags: - docker