Skip to content

Update master CLI reference docs for v2.6.0-rc.0.2.g3d72f93 #1455

Update master CLI reference docs for v2.6.0-rc.0.2.g3d72f93

Update master CLI reference docs for v2.6.0-rc.0.2.g3d72f93 #1455

Workflow file for this run

name: Run htmltest and validate links
on:
pull_request:
paths:
- 'content/**'
- 'themes/**'
# Allows manual workflow run (must in default branch to work)
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout the docs repo
uses: actions/checkout@v3
- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
with:
hugo-version: '0.147.3'
extended: true
- name: Build
run: HUGO_ENV=development bash netlify_build.sh
- name: Run htmltest
uses: wjdp/htmltest-action@master
with:
config: ./utils/htmltest/.htmltest.yml