Files
check-html-links-action/action.yml
Julien Lengrand-Lambert 14e22a7f2f Improve documentation
2021-01-22 10:15:10 +01:00

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 }}