Skip to content

Commit

Permalink
remove dead link checking (in mr #36)
Browse files Browse the repository at this point in the history
  • Loading branch information
aljazs-flare authored Feb 26, 2024
1 parent 1e5ca0c commit 9b89f0d
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/docs-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,4 @@ jobs:
python-version: 3.x
- run: pip install -r requirements.txt
- run: mkdocs build --strict
check-dead-links:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.x
- uses: gaurav-nelson/github-action-markdown-link-check@0f074c8562c5a8fed38282b7c741d1970bb1512d
with:
use-quiet-mode: 'yes'
use-verbose-mode: 'yes'
config-file: '.github/workflows/markdown.links.config.json'
folder-path: 'docs'

0 comments on commit 9b89f0d

Please sign in to comment.