mirror of
https://gitea.com/gitea/docs.git
synced 2026-07-22 02:37:42 +00:00
Update .gitea/workflows/build-and-publish.yaml
This commit is contained in:
@@ -19,7 +19,7 @@ jobs:
|
|||||||
cache: npm
|
cache: npm
|
||||||
- name: install necessary tools
|
- name: install necessary tools
|
||||||
run: |
|
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
|
pip install awscli
|
||||||
- name: prepare nightly docs
|
- name: prepare nightly docs
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user