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:
|
||||
name: "Run Hugo"
|
||||
command: HUGO_ENV=production hugo -v -s /root/project/
|
||||
- store_artifacts:
|
||||
path: /tmp/artifacts
|
||||
|
||||
Loading…
Reference in New Issue
Block a user