From e0205d20aa5eff28434f6ae215619fef6fd65ab2 Mon Sep 17 00:00:00 2001 From: karthik Date: Sat, 7 Dec 2019 17:02:24 +0530 Subject: fix yaml --- .gitlab-ci.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7501909..199c2e1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,12 +9,7 @@ image: registry.gitlab.com/pages/hugo:latest pages: script: - - apk add git - - git clone https://github.com/gohugoio/hugobasicexample.git && mkdir -p hugobasicexample/themes/monopriv - - cp -r archetypes exampleSite images layouts resources static theme.toml hugobasicexample/themes/monopriv/ && ls - - cd hugobasicexample/ - - mv themes/monopriv/exampleSite/config.toml . - - hugo -b https://kskarthik.gitlab.io/monopriv/ + - build.sh artifacts: paths: - public -- cgit v1.2.3