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

github.com/fourtyone11/origin-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRandomBloke <asleeppiano@outlook.com>2020-02-24 20:09:06 +0300
committerRandomBloke <asleeppiano@outlook.com>2020-02-24 20:09:06 +0300
commitcc5622ecc37a1380e4680bef7e96ea41ff387834 (patch)
tree6ffadd5e3a262e15c3713242919234258f218c2e /.gitlab-ci.yml
parentb029228aba2615378097284f7755658e19ee08f6 (diff)
gitlab-ci fix
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 665d6ac..2d1531e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -5,8 +5,8 @@ variables:
pages:
script:
- - cd exampleSite
- - hugo --gc --themesDir ../..
+ - mkdir origin && cp -r archetypes/ assets/ layouts/ static/ theme.toml origin/
+ - cd exampleSite && hugo --gc --themesDir ..
artifacts:
paths:
- exampleSite/public