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:23:08 +0300
committerMatt Stratton <matt.stratton@gmail.com>2019-11-16 16:23:08 +0300
commitcfe6d0715a1246c3a396b55bde21af5db5c1c799 (patch)
tree65f2566d063a82cb09cb26462dd8f476db55b545
parentca2fb711f90d4bf7e9d65fcb4da36cefca06f6aa (diff)
circle debugging
-rw-r--r--.circleci/config.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index 7ee3fc3..e5fb46b 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 --themesDir ../.. --theme=castanet --buildDrafts=false
+ command: cd exampleSite && ls && HUGO_ENV=production hugo -v -d workspace/public --themesDir ../.. --theme=castanet --buildDrafts=false
workflows: