Skip to content

Commit d2d6070

Browse files
author
kclamalex
authored
Fix: fix the gh-pages ci (gabrieldemarmiesse#449)
1 parent f3728f5 commit d2d6070

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ jobs:
2323
uses: mhausenblas/[email protected]
2424
env:
2525
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
26-
REQUIREMENTS: doc-requirements.txt
26+
REQUIREMENTS: docs/requirements.txt

docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ mkdocstrings-python==1.0.0
33
mkdocs-autorefs==0.4.1
44
mkdocs-material==9.1.14
55
pymdown-extensions==10.0.1
6-
markdown==3.4.3
6+
markdown==3.3.7

0 commit comments

Comments
 (0)