i think the source dir was wrong

main
Evan Hemsley 2019-09-15 12:12:56 -07:00
parent 4ad757c76e
commit 584c1622d0
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ jobs:
- checkout
- run:
name: "Run Hugo"
command: HUGO_ENV=production hugo -v -s ~/project/src
command: HUGO_ENV=production hugo -v -s ~/project
- deploy:
command: |
if [ "${CIRCLE_BRANCH}" = "master" ]; then