Skip to content

Commit b657c67

Browse files
committed
Fixing workflow for docs release
1 parent c013dbf commit b657c67

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/mkdocs-release.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -2,26 +2,26 @@ name: mkdocs-release
22

33
on:
44
push:
5-
branches: [ branch-* ]
5+
branches: [branch-*]
66

77
jobs:
88
publish-release:
99
runs-on: ubuntu-latest
1010

1111
steps:
12-
- uses: actions/checkout@v3
12+
- uses: actions/checkout@v4
1313
with:
1414
fetch-depth: 0
1515

16-
- uses: actions/setup-python@v2
16+
- uses: actions/setup-python@v5
1717
with:
18-
python-version: '3.8'
18+
python-version: "3.10"
1919

2020
- name: Install ubuntu dependencies
2121
run: sudo apt-get install -y libxml2-dev libxslt-dev
2222

2323
- 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'
2525

2626
- name: setup git
2727
run: |

0 commit comments

Comments
 (0)