github-action-markdown-link-check icon indicating copy to clipboard operation
github-action-markdown-link-check copied to clipboard

Skip a folder

Open luiscachog opened this issue 4 years ago • 2 comments
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?

luiscachog avatar Feb 25 '21 05:02 luiscachog

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

gaurav-nelson avatar Jul 03 '21 23:07 gaurav-nelson

@luiscachog Were you able to try that out? can you share any updates?

gaurav-nelson avatar Aug 19 '21 00:08 gaurav-nelson