Skip to content

Commit

Permalink
Simplify check-links.yaml (markdown-link-check)
Browse files Browse the repository at this point in the history
  • Loading branch information
koppor committed Jul 28, 2020
1 parent 755a795 commit 3d085e8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/check-links.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Prepare markdown-link-check
run: mkdir docs/ROOT && cp CHANGELOG.md README.md docs/ROOT
- uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
use-quiet-mode: 'yes'
use-verbose-mode: 'no'
config-file: 'mlc_config.json'
folder-path: 'docs/'
folder-path: docs/ -iwholename CHANGELOG.md -o -iwholename README.md -o

0 comments on commit 3d085e8

Please sign in to comment.