Skip to content

Commit a6b8f8b

Browse files
committed
Merge remote-tracking branch 'origin/v2' into v2
2 parents 2c14f25 + ce44a46 commit a6b8f8b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/compile-and-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Set up Python
2020
uses: actions/setup-python@v3
2121
with:
22-
python-version: '3.x'
22+
python-version: '3.9.13'
2323
- name: Install dependencies
2424
run: |
2525
python -m pip install --upgrade pip
@@ -80,4 +80,4 @@ jobs:
8080
rm -rf /opt/maxkb/docs/*
8181
mv /tmp/docs/* /opt/maxkb/docs/
8282
/opt/nginx/bin/reload-nginx.sh
83-
rm -rf /tmp/docs*
83+
rm -rf /tmp/docs*

0 commit comments

Comments
 (0)