Skip to content

Commit

Permalink
CI: use -q flag for linkcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
mgeier committed Jan 17, 2024
1 parent 316cf5f commit ba20166
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Expand Up @@ -27,7 +27,7 @@ jobs:
python -m sphinx -W --keep-going --color -d _build/doctrees/ . _build/html/ -b html
- name: Check links
run: |
python -m sphinx -W --keep-going --color -d _build/doctrees/ . _build/linkcheck/ -b linkcheck
python -m sphinx -W --keep-going --color -d _build/doctrees/ . _build/linkcheck/ -b linkcheck -q
- name: Upload results
uses: actions/upload-artifact@v3
if: ${{ success() || failure() }}
Expand Down

0 comments on commit ba20166

Please sign in to comment.