Use artifacts to see the results:
``` --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -9,3 +9,5 @@ jobs: - run: name: "Run Hugo" command: HUGO_ENV=production hugo -v -s /root/project/ + - store_artifacts: + path: /tmp/artifacts ```
This commit is contained in:
parent
a348722bea
commit
9673dfe93e
|
@ -9,3 +9,5 @@ jobs:
|
||||||
- run:
|
- run:
|
||||||
name: "Run Hugo"
|
name: "Run Hugo"
|
||||||
command: HUGO_ENV=production hugo -v -s /root/project/
|
command: HUGO_ENV=production hugo -v -s /root/project/
|
||||||
|
- store_artifacts:
|
||||||
|
path: /tmp/artifacts
|
||||||
|
|
Loading…
Reference in New Issue