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:32:24 +0300
committerkarthik <kskarthik@gitlab.io>2019-12-07 14:32:24 +0300
commite0205d20aa5eff28434f6ae215619fef6fd65ab2 (patch)
tree341d421f6c62e044882ef4e0b2496465bb4883dc
parent0a79541b13fe2f0e15649278719945f3502af9c3 (diff)
fix yaml
-rw-r--r--.gitlab-ci.yml7
1 files changed, 1 insertions, 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