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

gitlab.com/VincentTam/huginn.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Tam <sere@live.hk>2019-07-27 13:49:15 +0300
committerVincent Tam <sere@live.hk>2019-07-27 13:49:15 +0300
commit114e93b8aa2cefcc9140a4a74d1c7a9658516a33 (patch)
tree6130bdafd0828e8d987d7c98a8057f88ad5714fa /exampleSite
parent9a021a3ddcab1eaafa1fe7d0940cdef06d670d05 (diff)
Remove comments and GitLab CI file
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/.gitlab-ci.yml14
1 files changed, 0 insertions, 14 deletions
diff --git a/exampleSite/.gitlab-ci.yml b/exampleSite/.gitlab-ci.yml
deleted file mode 100644
index 0be0e69..0000000
--- a/exampleSite/.gitlab-ci.yml
+++ /dev/null
@@ -1,14 +0,0 @@
-image: monachus/hugo
-
-variables:
- GIT_SUBMODULE_STRATEGY: recursive
-
-pages:
- script:
- - cd exampleSite
- - hugo --themesDir=../.. -d ../public
- artifacts:
- paths:
- - public
- only:
- - master