Files
unbound-site/themes/LoveIt/.circleci/config.yml
T
renovate 8030081f9d
renovate/stability-days Updates have met minimum release age requirement
unbound-site / build (pull_request) Successful in 1m25s
unbound-site / deploy-prod (pull_request) Has been skipped
chore(deps): update cibuilds/hugo:0.163 docker digest to 4e3fab9
2026-06-15 16:11:16 +00:00

18 lines
515 B
YAML

version: 2.1
jobs:
build-check:
docker:
- image: cibuilds/hugo:0.163@sha256:4e3fab94cc8b0c98b2639ea2b97000b5acb9bdd7154cd038f2f35754daee238a
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