File tree 3 files changed +14
-3
lines changed
3 files changed +14
-3
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: mkdocs-release
2
2
3
3
on :
4
4
push :
5
- branches : [branch-*]
5
+ branches : [branch-*\.* ]
6
6
7
7
jobs :
8
8
publish-release :
21
21
run : sudo apt-get install -y libxml2-dev libxslt-dev
22
22
23
23
- name : install deps
24
- run : pip3 install 'git+https://github.com/logicalclocks/feature-store-api@master#egg=hsfs[ docs]&subdirectory=python'
24
+ run : pip3 install -r requirements- docs.txt
25
25
26
26
- name : setup git
27
27
run : |
Original file line number Diff line number Diff line change 20
20
run : sudo apt-get install -y libxml2-dev libxslt-dev
21
21
22
22
- name : install deps
23
- run : pip3 install 'git+https://github.com/logicalclocks/feature-store-api@master#egg=hsfs[ docs]&subdirectory=python' linkchecker
23
+ run : pip3 install -r requirements- docs.txt
24
24
25
25
- name : setup git
26
26
run : |
Original file line number Diff line number Diff line change
1
+ mkdocs==1.5.3
2
+ mkdocs-material==9.5.17
3
+ mike==2.0.0
4
+ sphinx==7.2.6
5
+ keras_autodoc @ git+https://git@github.com/logicalclocks/keras-autodoc
6
+ markdown-include==0.8.1
7
+ mkdocs-jupyter==0.24.3
8
+ markdown==3.6
9
+ pymdown-extensions==10.7.1
10
+ mkdocs-macros-plugin==1.0.4
11
+ mkdocs-minify-plugin>=0.2.0
You can’t perform that action at this time.
0 commit comments