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:26:42 +0300
committerMatt Stratton <matt.stratton@gmail.com>2019-11-16 16:26:42 +0300
commitd0cafa32cea50a3fda18680eac826df2674476db (patch)
tree419c6cd599c006bed3f69319bcd47753cb8b2417
parentcfe6d0715a1246c3a396b55bde21af5db5c1c799 (diff)
Cirlce fun
-rw-r--r--.circleci/config.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index e5fb46b..38476c3 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -3,12 +3,13 @@ jobs:
build:
docker:
- image: cibuilds/hugo:0.58.3
+ working_directory: castanet
steps:
- checkout
- run:
name: "Run hugo against default config"
- command: cd exampleSite && ls && HUGO_ENV=production hugo -v -d workspace/public --themesDir ../.. --theme=castanet --buildDrafts=false
+ command: cd exampleSite && ls && pwd && HUGO_ENV=production hugo -v -d workspace/public --themesDir ../.. --theme=castanet --buildDrafts=false
workflows: