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-03-19 23:50:34 +0300
committerRandomBloke <asleeppiano@outlook.com>2020-03-19 23:50:34 +0300
commitc066bef0a5febfc8fb972edd1c97ba80ae557766 (patch)
tree6e5cfb21b7914060da3611efd7456946c3166354
parent0ab1d57e1e14ae762dbcf545306c1bc3279ab544 (diff)
remove gitlab-ci
-rw-r--r--.gitlab-ci.yml14
1 files changed, 0 insertions, 14 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
deleted file mode 100644
index c1b9d84..0000000
--- a/.gitlab-ci.yml
+++ /dev/null
@@ -1,14 +0,0 @@
-image: registry.gitlab.com/pages/hugo:latest
-
-variables:
- GIT_SUBMODULE_STRATEGY: recursive
-
-pages:
- script:
- - mkdir origin && cp -r archetypes/ assets/ layouts/ static/ theme.toml origin/
- - cd exampleSite && hugo --gc --themesDir ..
- artifacts:
- paths:
- - public
- only:
- - master