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