Skip to content

Merge pull request #290 from danmacpherson/validated-and-community-help #388

Merge pull request #290 from danmacpherson/validated-and-community-help

Merge pull request #290 from danmacpherson/validated-and-community-help #388

Workflow file for this run

name: HtmlTest Action
on: [push, pull_request]
jobs:
build:
name: Htmltest
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: true # Fetch Hugo themes (true OR recursive)
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod
- uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7
- run: gem install asciidoctor
- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
with:
hugo-version: 'latest'
extended: true
- name: Build
run: |
alias asciidoctor="asciidoctor --attribute=experimental=true --attribute=icons=font"
hugo --minify
- name: Run htmltest
uses: wjdp/htmltest-action@master
with:
config: .htmltest.yml