github-action-markdown-link-check
github-action-markdown-link-check copied to clipboard
Skip a folder
trafficstars
Hello!
I'm using this Github action on a Hugo blog. But I want to skip a complete folder. For this case /themes and all the content.
tree . -L 2
.
├── CODEOWNERS
├── LICENSE
├── README.md
├── archetypes
├── config
├── content
│ ├── about
│ ├── authors
│ ├── blog
│ ├── post
│ └── terms.md
├── data
├── layouts
├── netlify.toml
├── static
│ └── media
├── themes
│ └── academic
└── view.sh
How can I implement it?
Currently there's no option to skip folders. However, you can list all folders and files you want to check by using the folder path variable. See https://github.com/gaurav-nelson/github-action-markdown-link-check#check-multiple-directories-and-files
@luiscachog Were you able to try that out? can you share any updates?