Skip to content

Commit fb4997b

Browse files
authored
Merge pull request #40 from Mastercard/fix-Github-action
Remove redundant base argument from link checker
2 parents c540c80 + 29cfb28 commit fb4997b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/broken-links.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ jobs:
1414
id: lc
1515
uses: lycheeverse/lychee-action@v2
1616
with:
17-
args: --insecure --base . --verbose --no-progress './**/*.md' './**/*.html' --accept 200,204,206 --exclude '^http://npmjs\.org' --exclude '^http://www\.npmjs\.com'
17+
args: --insecure --verbose --no-progress './**/*.md' './**/*.html' --accept 200,204,206 --exclude '^http://npmjs\.org' --exclude '^http://www\.npmjs\.com'
1818
- name: Fail?
1919
run: 'exit ${{ steps.lc.outputs.exit_code }}'

0 commit comments

Comments
 (0)