We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2c14f25 + ce44a46 commit a6b8f8bCopy full SHA for a6b8f8b
1 file changed
.github/workflows/compile-and-deploy.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: Set up Python
20
uses: actions/setup-python@v3
21
with:
22
- python-version: '3.x'
+ python-version: '3.9.13'
23
- name: Install dependencies
24
run: |
25
python -m pip install --upgrade pip
@@ -80,4 +80,4 @@ jobs:
80
rm -rf /opt/maxkb/docs/*
81
mv /tmp/docs/* /opt/maxkb/docs/
82
/opt/nginx/bin/reload-nginx.sh
83
- rm -rf /tmp/docs*
+ rm -rf /tmp/docs*
0 commit comments