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 - checkout
- run: - run:
name: "Run Hugo" name: "Run Hugo"
command: HUGO_ENV=production hugo -v -s ~/project/src command: HUGO_ENV=production hugo -v -s ~/project
- deploy: - deploy:
command: | command: |
if [ "${CIRCLE_BRANCH}" = "master" ]; then if [ "${CIRCLE_BRANCH}" = "master" ]; then