Kazuhiro MUSASHI
c52c1d60d8
``` --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -8,7 +8,7 @@ jobs: - checkout - run: name: "Run Hugo" - command: HUGO_ENV=production hugo -v -s src/ + command: HUGO_ENV=production hugo -v -s /root/project/ - run: name: "Test Website" command: htmlproofer src/public --allow-hash-href --check-html --empty-alt-ignore --disable-external ``` |
||
---|---|---|
.circleci | ||
content | ||
layouts | ||
static/images | ||
tasks | ||
themes/angels-ladder | ||
.gitignore | ||
.textlintrc | ||
Rakefile | ||
config.toml |