Skip to content

Commit

Permalink
Igore github edit links.
Browse files Browse the repository at this point in the history
  • Loading branch information
joaander committed Aug 22, 2024
1 parent 66b726f commit 97483cb
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -120,15 +120,16 @@ jobs:
- name: Build documentation
run: mdbook build doc
env:
RUST_LOG: "mdbook=info,linkcheck=warn,reqwest=debug"
RUST_LOG: "mdbook=info"
- name: Check links
uses: lycheeverse/lychee-action@2b973e86fc7b1f6b36a93795fe2c9c6ae1118621 # v1.10.0
with:
args: -n
--exclude https://glotzerlab.engin.umich.edu
--exclude 'https://github.com/glotzerlab/row/edit.*'
--exclude doi.org
'./**/*.md' './**/*.html'
-v
'./**/*.md'
'./**/*.html'
fail: true

check_licenses:
Expand Down

0 comments on commit 97483cb

Please sign in to comment.