Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci, docs: add linkcheck job, fix links #1705

Merged
merged 12 commits into from
Mar 5, 2021
Prev Previous commit
Next Next commit
ci: rerun
  • Loading branch information
ydcjeff committed Mar 5, 2021
commit 2e11c5cc5645d334dce4071e1dcd1266837722e2
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@ jobs:

- name: make linkcheck
working-directory: ./docs/
run: make linkcheck --jobs 2 SPHINXOPTS="--color -W"
run: make linkcheck --jobs 2 SPHINXOPTS="--color -W"