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:
Kazuhiro MUSASHI 2019-05-04 19:06:13 +08:00
parent a348722bea
commit 9673dfe93e
1 changed files with 2 additions and 0 deletions

View File

@ -9,3 +9,5 @@ jobs:
- run:
name: "Run Hugo"
command: HUGO_ENV=production hugo -v -s /root/project/
- store_artifacts:
path: /tmp/artifacts