Skip to content

Commit ca14b2e

Browse files
authored
Merge pull request #146 from spier/link-checker-exception
Add Link Checker exception for isc-inviter.herokuapp.com
2 parents ff49004 + 5792f49 commit ca14b2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ jobs:
1212
id: lc
1313
uses: peter-evans/link-checker@v1
1414
with:
15-
args: -v -d . -x http://creativecommons.org/licenses README.md
15+
args: -v -d . -x "http://creativecommons.org/licenses|https://isc-inviter.herokuapp.com" README.md
1616
- name: Fail if there were link errors
1717
run: exit ${{ steps.lc.outputs.exit_code }}

0 commit comments

Comments
 (0)