We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 61814c0 + a2fcf20 commit c422c28Copy full SHA for c422c28
1 file changed
.github/workflows/gh-pages.yml
@@ -18,11 +18,16 @@ jobs:
18
- name: Prepare build environment
19
run: |
20
sudo apt install python3-pip python3-dev python3-setuptools
21
- sudo pip3 install -U pygments==2.17.2 pymdown-extensions
22
- sudo pip3 install mkdocs-exclude
+ sudo pip3 install -U pygments==2.17.2 pymdown-extensions==10.14.3
+ sudo pip3 install mkdocs-exclude==1.0.2
23
sudo pip3 install mkdocs-material==9.6.8
24
sudo pip3 install jieba==0.42.1
25
26
+ - name: Audit dependencies
27
+ run: |
28
+ sudo pip3 install pip-audit==2.10.0
29
+ pip-audit
30
+
31
- name: Build the document
32
run: mkdocs build
33
0 commit comments