blog/.circleci/config.yml

16 lines
354 B
YAML

version: 2
jobs:
build:
docker:
- image: cibuilds/hugo:latest
steps:
- checkout
- run:
name: "Run Hugo"
command: HUGO_ENV=production hugo -v -s src/
- run:
name: "Test Website"
command: htmlproofer src/public --allow-hash-href --check-html --empty-alt-ignore --disable-external