Skip to content

Commit f5ccc0e

Browse files
committed
Fix website deployment.
1 parent 0046b7e commit f5ccc0e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/deploy-website.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,11 @@ jobs:
2121
distribution: 'zulu'
2222
java-version: '18'
2323
- uses: gradle/gradle-build-action@v2
24+
- uses: actions/setup-python@v4
25+
with:
26+
python-version: '3.10'
2427
- run: |
25-
pip3 install mkdocs-material mkdocs-minify-plugin
28+
pip install mkdocs-material mkdocs-minify-plugin
2629
.buildscript/deploy_website.sh
2730
env:
2831
CI: true

0 commit comments

Comments
 (0)