Skip to content

Commit 32c4fd1

Browse files
committed
Docs: pin mkdocs version
1 parent 6c1570a commit 32c4fd1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ jobs:
1919
key: ${{ github.ref }}
2020
path: .cache
2121
- run: pip install -r requirements.dev.txt
22-
- run: mkdocs gh-deploy --force
22+
- run: DISABLE_MKDOCS_2_WARNING=true mkdocs gh-deploy --force

requirements.dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
mkdocs>=1.6
1+
mkdocs~=1.6.1
22
mkdocs-gen-files>=0.4
33
mkdocs-literate-nav>=0.6
44
mkdocs-llmstxt

0 commit comments

Comments
 (0)