Skip to content

Commit

Permalink
rename workflow to reflect linkcheck updates
Browse files Browse the repository at this point in the history
  • Loading branch information
stephprince committed Jan 19, 2024
1 parent 46dbbea commit 3d85fea
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Check Sphinx external links
name: Check Sphinx links
on:
pull_request:
schedule:
Expand Down Expand Up @@ -29,5 +29,5 @@ jobs:
python -m pip install -r requirements-doc.txt -r requirements-opt.txt
python -m pip install .
- name: Check Sphinx external links
- name: Check Sphinx internal and external links
run: sphinx-build -W -b linkcheck ./docs/source ./test_build

0 comments on commit 3d85fea

Please sign in to comment.