From 8a4c64b43db21254d0b2b5f9b2a4c598a4383615 Mon Sep 17 00:00:00 2001 From: Matthew Ess Date: Mon, 23 Jul 2018 23:28:00 -0400 Subject: [PATCH] Update CI to use public --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fd558cc..b10ebf6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,9 +9,9 @@ cache: pages: script: - - yarn generate + - yarn generate public artifacts: paths: - - dist + - public only: - master