diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 743aa8d..fe16615 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -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: