Skip to content

Commit 14e22a7

Browse files
committed
Improve documentation
1 parent 47431cd commit 14e22a7

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -60,5 +60,4 @@ See test repository and latest status [here](https://github.com/modernweb-dev/ch
6060

6161
# Author
6262

63-
[Julien Lengrand-Lambert](https://twitter.com/jlengrand)
64-
63+
[Modern Web](https://modern-web.dev)

action.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
name: 'Check HTML Links action'
22
description: 'A simple way to check for dead links in the documentation of your repository'
3+
author: 'Modern Web (https://modern-web.dev)'
4+
branding:
5+
icon: 'bookmark'
6+
color: 'blue'
37
inputs:
48
doc-folder:
59
description: 'location of the documentation folder'
610
required: false
711
default: 'dist'
8-
# outputs:
9-
# result:
10-
# description: 'complete console output'
1112
runs:
1213
using: 'docker'
1314
image: 'Dockerfile'

0 commit comments

Comments
 (0)