Skip to content

Commit

Permalink
CI: use -q for linkcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
mgeier committed Apr 1, 2024
1 parent 53be5e6 commit 5f138a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linkcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
$PIP install -r doc/requirements.txt
- name: Check links
run: |
$SPHINX -d _doctrees/ doc/ _build/linkcheck/ -b linkcheck
$SPHINX -d _doctrees/ doc/ _build/linkcheck/ -b linkcheck -q
- name: Upload results
uses: actions/upload-artifact@v3
if: ${{ success() || failure() }}
Expand Down

0 comments on commit 5f138a0

Please sign in to comment.