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:
authorkskarthik <kskarthik@disroot.org>2019-12-26 14:01:15 +0300
committerkskarthik <kskarthik@disroot.org>2019-12-26 14:01:15 +0300
commit451aaf003c3426b75f321ae2015651075faa3a74 (patch)
tree7aec96bf80e4837c59f61b0b1b14daf27690fd27
parent5412a7e9691d7ddab07c5274f1022bf70f042e50 (diff)
Update .gitlab-ci.yml
-rw-r--r--.gitlab-ci.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f5a4847..30a33c5 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -8,8 +8,11 @@ pages:
- 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 ..
+ - mkdir public
+ - mv hugoBasicExample/public public
artifacts:
paths:
- - hugoBasicExample/public
+ - public
only:
- master