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

github.com/eddiewebb/hugo-resume.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEddie Webb <ollitech@gmail.com>2020-01-02 20:57:09 +0300
committerEddie Webb <ollitech@gmail.com>2020-01-02 20:57:09 +0300
commit45bacc6afcf6afaed916686845c1aa0bd7a37ff0 (patch)
tree2e775a3f310997fd247f73d74c516401a7c08478
parent27b36ed27bc41d6c5d4646b9fd1b96e288e60796 (diff)
update hugo versions
-rw-r--r--.circleci/config.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index ea42b65..1a7bf75 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -14,7 +14,7 @@ jobs:
- run:
name: HUGO build for Test domain
command: |
- hugo -v -s exampleSite --destination /tmp/public -b http://localhost --themesDir ../..
+ hugo -v -s exampleSite --destination /tmp/public -b http://localhost --themesDir ../.. -t project
ls /tmp/public
if [ ! -f /tmp/public/index.html ];then
echo "index.html not created, failing"
@@ -24,7 +24,7 @@ jobs:
name: Start Local Server
background: true
command: |
- hugo server -v -s exampleSite -b http://localhost --themesDir ../..
+ hugo server -v -s exampleSite -b http://localhost --themesDir ../.. -t project
- run:
name: Check Server
command: |