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

github.com/edavidaja/docter.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoredavidaja <enyinnaya.aja@gmail.com>2019-06-10 02:39:32 +0300
committeredavidaja <enyinnaya.aja@gmail.com>2019-06-10 02:39:32 +0300
commit9a775e127136dea5b1801965d89b74527da96bda (patch)
treead40662d5803676220e927b7b9e19954d82febc5
parentda150fd682bb4d74e97113b4d0cd8408822a5658 (diff)
trailing slash tho
-rw-r--r--.gitlab-ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d7c49f2..4dd4bcc 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -5,13 +5,13 @@ variables:
test:
script:
- - hugo -b "https://edavidaja.gitlab.io/docter" -c "exampleSite/content" --config "exampleSite/config.toml" -t "docter" --themesDir ./..
+ - hugo -b "https://edavidaja.gitlab.io/docter/" -c "exampleSite/content" --config "exampleSite/config.toml" -t "docter" --themesDir ./..
except:
- master
pages:
script:
- - hugo -b "https://edavidaja.gitlab.io/docter" -c "exampleSite/content" --config "exampleSite/config.toml" -t "docter" --themesDir ./..
+ - hugo -b "https://edavidaja.gitlab.io/docter/" -c "exampleSite/content" --config "exampleSite/config.toml" -t "docter" --themesDir ./..
artifacts:
paths:
- public