Skip to content

Commit

Permalink
[ci] Pin the pymdown-extensions dependency to v10.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ftrader authored and imaginaryusername committed Dec 11, 2023
1 parent 225c9b9 commit 64fd5f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Expand Up @@ -803,7 +803,7 @@ pages:
- .cache/pip
before_script:
- pip3 install wheel
- pip3 install jinja2==3.0.0 mkdocs mkdocs-material
- pip3 install jinja2==3.0.0 mkdocs pymdown-extensions==10.2.1 mkdocs-material
script:
- (cd build; ninja -t restat)
- (cd build; ninja doc-html)
Expand Down

0 comments on commit 64fd5f8

Please sign in to comment.