From cb9f9529988856cef3b3f9b06d954ae1083ab8d3 Mon Sep 17 00:00:00 2001 From: karthik Date: Sat, 7 Dec 2019 16:52:00 +0530 Subject: fix yaml --- .gitlab-ci.yml | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fd12298..1f6c81a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,16 +10,9 @@ image: registry.gitlab.com/pages/hugo:latest pages: script: - 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 . + - 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/ artifacts: paths: -- cgit v1.2.3