We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9b99e3 commit 90976feCopy full SHA for 90976fe
.github/workflows/pages.yml
@@ -19,11 +19,11 @@ jobs:
19
architecture: "x64"
20
- name: Install dependencies
21
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
+ - name: Check links
+ run: |
+ cp extensions.tpl extensions.md
+ pytest --check-links --ignore=_templates/
+ rm extensions.md
27
- name: Build website
28
env:
29
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments