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@disroot.org>2020-01-22 13:10:25 +0300
committerKarthik <kskarthik@disroot.org>2020-01-22 13:10:25 +0300
commit6911ef1ab394327535266b383ea7c23321d10c40 (patch)
tree4d4c1b59d92e7cc7a899ec1a6980b04c3b5c8a44 /.gitlab-ci.yml
parent3861e54b726eaca4608623944e737c05bef51666 (diff)
drop monospace for post title
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml7
1 files changed, 3 insertions, 4 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f425d04..f16ac31 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,15 +1,14 @@
image: registry.gitlab.com/pages/hugo:latest
pages:
+
script:
- apk add git
- - git clone https://github.com/gohugoio/hugoBasicExample
- - cd hugoBasicExample
+ - git clone https://github.com/gohugoio/hugoBasicExample && cd hugoBasicExample
- git submodule add -f https://gitlab.com/kskarthik/monopriv themes/monopriv
- mv themes/monopriv/exampleSite/config.toml .
- hugo -b https://kskarthik.gitlab.io/monopriv/
- - cd ..
- - mv hugoBasicExample/public .
+ - cd .. && mv hugoBasicExample/public .
artifacts:
paths:
- public