mirror of
https://github.com/modernweb-dev/check-html-links-action.git
synced 2026-03-10 00:41:18 +00:00
16 lines
420 B
YAML
16 lines
420 B
YAML
name: 'Check HTML Links action'
|
|
description: 'A simple way to check for dead links in the documentation of your repository'
|
|
author: 'Modern Web (https://modern-web.dev)'
|
|
branding:
|
|
icon: 'bookmark'
|
|
color: 'blue'
|
|
inputs:
|
|
doc-folder:
|
|
description: 'location of the documentation folder'
|
|
required: false
|
|
default: 'dist'
|
|
runs:
|
|
using: 'docker'
|
|
image: 'Dockerfile'
|
|
args:
|
|
- ${{ inputs.doc-folder }} |