Pin mkdocs to latest known working version

Signed-off-by: Eric Peterson <ericpeterson@spotify.com>
This commit is contained in:
Eric Peterson
2022-09-29 11:42:23 +02:00
parent 841c38002f
commit bff6170f32
+1 -1
View File
@@ -39,7 +39,7 @@ jobs:
run: yarn build
- name: Install mkdocs & techdocs-core
run: python -m pip install mkdocs-techdocs-core
run: python -m pip install mkdocs-techdocs-core==1.1.6 mkdocs==1.3.1
- name: techdocs-cli e2e test
working-directory: packages/techdocs-cli