mirror of
https://github.com/modernweb-dev/check-html-links-action.git
synced 2026-03-10 08:51:19 +00:00
Improve documentation
This commit is contained in:
@@ -60,5 +60,4 @@ See test repository and latest status [here](https://github.com/modernweb-dev/ch
|
||||
|
||||
# Author
|
||||
|
||||
[Julien Lengrand-Lambert](https://twitter.com/jlengrand)
|
||||
|
||||
[Modern Web](https://modern-web.dev)
|
||||
@@ -1,13 +1,14 @@
|
||||
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'
|
||||
# outputs:
|
||||
# result:
|
||||
# description: 'complete console output'
|
||||
runs:
|
||||
using: 'docker'
|
||||
image: 'Dockerfile'
|
||||
|
||||
Reference in New Issue
Block a user