Skip to content

Commit

Permalink
Remove excluded folders in the linkchecker workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
p-offtermatt committed Dec 1, 2023
1 parent b54981e commit 00448e0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/linkchecker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,12 @@ jobs:
# Check out the latest version of the code
- uses: actions/checkout@v4

# Remove folders that we do not want to check.
# This is due to the markdown-link-check action
# not having an exclude parameter, see
# https://github.com/gaurav-nelson/github-action-markdown-link-check/issues/38
- name: Remove folders that we do not want to check
run: rm -rf .changelog

# Checks the status of hyperlinks in *.md files in docs/
- uses: gaurav-nelson/[email protected]

0 comments on commit 00448e0

Please sign in to comment.