Skip to content

Commit b541c7e

Browse files
committed
Disable check links for now
1 parent e7f5584 commit b541c7e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/pages.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ jobs:
1919
architecture: "x64"
2020
- name: Install dependencies
2121
run: python -m pip install sphinx sphinx-material recommonmark "sphinx-markdown-tables>=0.0.17" requests pytest-check-links
22-
- name: Check links
23-
run: |
24-
cp extensions.tpl extensions.md
25-
pytest --check-links --ignore=_templates/
26-
rm extensions.md
22+
# - name: Check links
23+
# run: |
24+
# cp extensions.tpl extensions.md
25+
# pytest --check-links --ignore=_templates/
26+
# rm extensions.md
2727
- name: Build website
2828
env:
2929
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)