Skip to content

Commit 76deb40

Browse files
committed
update github workflow
1 parent 4f9a79e commit 76deb40

File tree

3 files changed

+4
-26
lines changed

3 files changed

+4
-26
lines changed

.github/workflows/BuildMKDocsAndPublishToGithubPages.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,4 @@ jobs:
3636
# The token is automatically generated by the GH Action
3737
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3838
CONFIG_FILE: docs/mkdocs.yml
39+
REQUIREMENTS: requirements.txt

.github/workflows/mkdocs.yml

Lines changed: 0 additions & 24 deletions
This file was deleted.

requirements.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,11 @@ mkdocs-video==1.5.0
55
mkdocs-redirects==1.2.1
66
mkdocs-enumerate-headings-plugin==0.6.1
77
mkdocs-git-revision-date-localized-plugin==1.2.5
8-
mkdocstrings-python==1.10.5
8+
mkdocstrings==0.30.0
9+
mkdocstrings-python==1.18.2
10+
griffe>=1.10,<2
911
shortuuid==1.0.13
1012
black==24.8.0
1113

12-
# Choose ONE of the following lines (uncomment ONE only):
1314
mkdocs-with-pdf==0.9.3
1415
# mkdocs-pdf-export-plugin==0.5.10

0 commit comments

Comments
 (0)