File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -2,26 +2,26 @@ 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 :
9
9
runs-on : ubuntu-latest
10
10
11
11
steps :
12
- - uses : actions/checkout@v3
12
+ - uses : actions/checkout@v4
13
13
with :
14
14
fetch-depth : 0
15
15
16
- - uses : actions/setup-python@v2
16
+ - uses : actions/setup-python@v5
17
17
with :
18
- python-version : ' 3.8 '
18
+ python-version : " 3.10 "
19
19
20
20
- name : Install ubuntu dependencies
21
21
run : sudo apt-get install -y libxml2-dev libxslt-dev
22
22
23
23
- name : install deps
24
- run : pip3 install pip==22.0.3 && pip3 install 'git+https://github.com/logicalclocks/feature-store-api@master#egg=hsfs[docs]&subdirectory=python' mkdocs-minify-plugin
24
+ run : pip3 install 'git+https://github.com/logicalclocks/feature-store-api@master#egg=hsfs[docs]&subdirectory=python'
25
25
26
26
- name : setup git
27
27
run : |
You can’t perform that action at this time.
0 commit comments