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:31:03 +0300
committerRandomBloke <asleeppiano@outlook.com>2020-02-24 20:31:03 +0300
commit89ca3fe78a9da9785b894bd6e770a8944a7916b5 (patch)
tree9655dc70674bf0b93bfcb0f2e63d01130aec1feb
parentcc5622ecc37a1380e4680bef7e96ea41ff387834 (diff)
gitlab-ci fix
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2d1531e..c1b9d84 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -9,6 +9,6 @@ pages:
- cd exampleSite && hugo --gc --themesDir ..
artifacts:
paths:
- - exampleSite/public
+ - public
only:
- master