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