Change the path-to-public directory:
``` --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -10,4 +10,4 @@ jobs: name: "Run Hugo" command: HUGO_ENV=production hugo -v -s /root/project/ - store_artifacts: - path: /tmp/artifacts + path: /root/project/public ```
This commit is contained in:
parent
9673dfe93e
commit
dfd6e53df4
|
@ -10,4 +10,4 @@ jobs:
|
|||
name: "Run Hugo"
|
||||
command: HUGO_ENV=production hugo -v -s /root/project/
|
||||
- store_artifacts:
|
||||
path: /tmp/artifacts
|
||||
path: /root/project/public
|
||||
|
|
Loading…
Reference in New Issue