Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/kskarthik/monopriv.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkarthik <kskarthik@gitlab.io>2019-12-07 14:22:00 +0300
committerkarthik <kskarthik@gitlab.io>2019-12-07 14:22:00 +0300
commitcb9f9529988856cef3b3f9b06d954ae1083ab8d3 (patch)
tree41c1754f40c27016dd199d6d6af2a59911712748
parent21a13fde3d9e0e1180907040a1444b3ac54b8f3a (diff)
fix yaml
-rw-r--r--.gitlab-ci.yml13
1 files 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: