Files
unbound-site/themes/LoveIt/.circleci/config.yml
T
renovate 62fcf145c2
unbound-site / build (pull_request) Successful in 55s
unbound-site / deploy-prod (pull_request) Has been skipped
chore(deps): update cibuilds/hugo docker tag to v0.155
2026-01-29 20:08:06 +00:00

18 lines
515 B
YAML

version: 2.1
jobs:
build-check:
docker:
- image: cibuilds/hugo:0.155@sha256:46a183aec548f397f6827ce1c7331d14d1ec75677f39d6e5730203c29aae26ed
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