i think the source dir was wrong
parent
4ad757c76e
commit
584c1622d0
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue