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
|
# Author
|
||||||
|
|
||||||
[Julien Lengrand-Lambert](https://twitter.com/jlengrand)
|
[Modern Web](https://modern-web.dev)
|
||||||
|
|
||||||
@@ -1,13 +1,14 @@
|
|||||||
name: 'Check HTML Links action'
|
name: 'Check HTML Links action'
|
||||||
description: 'A simple way to check for dead links in the documentation of your repository'
|
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:
|
inputs:
|
||||||
doc-folder:
|
doc-folder:
|
||||||
description: 'location of the documentation folder'
|
description: 'location of the documentation folder'
|
||||||
required: false
|
required: false
|
||||||
default: 'dist'
|
default: 'dist'
|
||||||
# outputs:
|
|
||||||
# result:
|
|
||||||
# description: 'complete console output'
|
|
||||||
runs:
|
runs:
|
||||||
using: 'docker'
|
using: 'docker'
|
||||||
image: 'Dockerfile'
|
image: 'Dockerfile'
|
||||||
|
|||||||
Reference in New Issue
Block a user