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

github.com/mattstratton/castanet.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Stratton <matt.stratton@gmail.com>2019-11-16 16:21:24 +0300
committerMatt Stratton <matt.stratton@gmail.com>2019-11-16 16:21:24 +0300
commitca2fb711f90d4bf7e9d65fcb4da36cefca06f6aa (patch)
treee610aa23ad186b3faf868d559f6d050178701c66 /.circleci
parent8db7d74b0bab4d711e655b9809d4544125094aea (diff)
moar circle fix
Diffstat (limited to '.circleci')
-rw-r--r--.circleci/config.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index a1d86ba..7ee3fc3 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -8,7 +8,7 @@ jobs:
- checkout
- run:
name: "Run hugo against default config"
- command: cd exampleSite && HUGO_ENV=production hugo -v -d workspace/public
+ command: cd exampleSite && HUGO_ENV=production hugo -v -d workspace/public --themesDir ../.. --theme=castanet --buildDrafts=false
workflows: