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:
Kazuhiro MUSASHI 2019-05-04 19:07:33 +08:00
parent 9673dfe93e
commit dfd6e53df4
1 changed files with 1 additions and 1 deletions

View File

@ -10,4 +10,4 @@ jobs:
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: - store_artifacts:
path: /tmp/artifacts path: /root/project/public