mirror of
https://github.com/ClementTsang/bottom
synced 2024-11-10 22:54:21 +00:00
ci: specify package version for post-release docs
This commit is contained in:
parent
81873688bc
commit
d6c69ea319
1 changed files with 3 additions and 3 deletions
6
.github/workflows/post-release.yml
vendored
6
.github/workflows/post-release.yml
vendored
|
@ -43,11 +43,11 @@ jobs:
|
|||
with:
|
||||
python-version: 3.x
|
||||
|
||||
- run: pip install mkdocs-material
|
||||
- run: pip install mkdocs-material==7.2.6
|
||||
|
||||
- run: pip install mdx_truly_sane_lists
|
||||
- run: pip install mdx_truly_sane_lists==1.2
|
||||
|
||||
- run: pip install mike
|
||||
- run: pip install mike==1.1.0
|
||||
|
||||
- name: Configure git user and email
|
||||
run: |
|
||||
|
|
Loading…
Reference in a new issue