summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorClement Tsang <34804052+ClementTsang@users.noreply.github.com>2021-09-04 15:57:52 -0400
committerGitHub <noreply@github.com>2021-09-04 15:57:52 -0400
commit81873688bc3ab53c85abcb640ed1dd364e4a0cd6 (patch)
tree93f6367c94a4ea69b9a53e06451b42e13dde4bb2 /.github
parenteeee395cc05480544bc07f17353d51ed58485875 (diff)
ci: specify package versions in doc pipeline
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/docs.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml
index c428ebef..eeaaf405 100644
--- a/.github/workflows/docs.yml
+++ b/.github/workflows/docs.yml
@@ -26,11 +26,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: |