Merge pull request #13904 from backstage/techdocs/pin-mkdocs-and-techdocs-core-in-tests
[TechDocs] Pin mkdocs to latest known working version in CI
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user