mirror of
https://gitea.com/gitea/docs.git
synced 2026-07-22 11:17:51 +00:00
Update .gitea/workflows/test.yaml
This commit is contained in:
@@ -14,7 +14,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 python-is-python3
|
apt update -y && apt install -y rsync python3 python3-pip python-is-python3
|
||||||
- name: prepare nightly docs
|
- name: prepare nightly docs
|
||||||
run: |
|
run: |
|
||||||
make prepare-latest
|
make prepare-latest
|
||||||
|
|||||||
Reference in New Issue
Block a user