Skip to content

Commit

Permalink
ci: keep mkdocs version fixed for build servers (#2511)
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulguptajss committed Nov 28, 2023
1 parent 943c5e1 commit 949715c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions jenkins/artifacts/jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,11 @@ pipeline {
apt install -y git-all
apt-get install -y build-essential
apt install -y python3-pip
pip install mkdocs
pip install mike
pip install mkdocs-material-extensions
pip install mkdocs-material
pip install mkdocs-macros-plugin
pip install mkdocs==1.4.3
pip install mike==1.1.2
pip install mkdocs-material-extensions==1.1.1
pip install mkdocs-material==9.1.11
pip install mkdocs-macros-plugin==0.7.0
'''
}
}
Expand Down

0 comments on commit 949715c

Please sign in to comment.