```
--- 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
```
|
||
|---|---|---|
| .circleci | ||
| content | ||
| layouts | ||
| static/images | ||
| tasks | ||
| themes/angels-ladder | ||
| .gitignore | ||
| .textlintrc | ||
| config.toml | ||
| Rakefile | ||