Improve documentation

This commit is contained in:
Julien Lengrand-Lambert
2021-01-22 10:15:10 +01:00
parent 47431cdb9f
commit 14e22a7f2f
2 changed files with 5 additions and 5 deletions

View File

@@ -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)

View File

@@ -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'