Files
loicgentil.fr/themes/osm/.travis.yml
2025-06-25 15:43:30 +02:00

17 lines
422 B
YAML

git:
depth: false
env:
- HUGO_VERSION="0.46"
install:
- wget -q https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_${HUGO_VERSION}_Linux-64bit.tar.gz
- tar xf hugo_${HUGO_VERSION}_Linux-64bit.tar.gz
- mv hugo ~/bin/
- gem install html-proofer
script:
- cd exampleSite
- HUGO_THEME=hugo-component-osm hugo --themesDir ../.. -v
- htmlproofer public --check-html --disable-external