Update .gitea/workflows/build-and-publish.yaml

This commit is contained in:
Lunny Xiao
2024-04-05 02:43:08 +00:00
parent 5a958215fd
commit a5f2835d4a

View File

@@ -19,7 +19,7 @@ jobs:
cache: npm
- name: install necessary tools
run: |
apt update -y && apt install -y rsync python python3-pip
apt update -y && apt install -y rsync python3 python3-pip python-is-python3
pip install awscli
- name: prepare nightly docs
run: |