Files
unbound-site/themes/LoveIt/.circleci/config.yml
T
renovate 1dd88622ef
unbound-site / build (push) Skipped
renovate/stability-days Updates have met minimum release age requirement
unbound-site / build (pull_request) Successful in 42s
unbound-site / deploy-prod (pull_request) Skipped
chore(deps): update cibuilds/hugo docker tag to v0.165
2026-08-15 21:10:25 +00:00

18 lines
515 B
YAML

version: 2.1
jobs:
build-check:
docker:
- image: cibuilds/hugo:0.165@sha256:f9e8cfc2b31301dfb03f58442b6cd40ab3dbb60dcce61b285f293fef67b20cc8
working_directory: ~/LoveIt
steps:
- checkout
- run: git submodule sync
- run: git submodule update --init
- run: hugo --source=exampleSite -v --gc
- run: htmlproofer exampleSite/public --check-html --allow-hash-href --empty-alt-ignore --disable-external
workflows:
build-check-exampleSite:
jobs:
- build-check