Skip to content

Create great-ways-taste.md #1666

Create great-ways-taste.md

Create great-ways-taste.md #1666

name: pages-html-proofer
# Disabled for now. Will re-enable once we have a better html proofer
# on:
# push:
# paths:
# - 'docs/**'
# - '!docs/storybook'
# - '.github/workflows/pages-html-proofer.yml'
# pull_request:
# paths:
# - 'docs/**'
# - '!docs/storybook'
# - '.github/workflows/pages-html-proofer.yml'
jobs:
pages-html-proofer:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@master
with:
node-version: '20.x'
- run: npm i
- run: npm run build
- run: npm run deploy:only
- uses: chabad360/htmlproofer@master
with:
directory: "./_siteDev"
arguments: --disable_external --ignore_empty_alt --allow_hash_href --allow_missing_href