mirror of
https://gitea.com/gitea/docs.git
synced 2026-07-22 02:37:42 +00:00
Fix actions
This commit is contained in:
@@ -15,15 +15,14 @@ jobs:
|
|||||||
- uses: https://github.com/actions/setup-node@v3
|
- uses: https://github.com/actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
node-version: 16
|
node-version: 16
|
||||||
- name: make temporary directories
|
- name: install necessary tools
|
||||||
run: |
|
run: |
|
||||||
mkdir -p .tmp docs versioned_docs/version-1.18
|
|
||||||
apt update -y && apt install -y rsync python python3-pip
|
apt update -y && apt install -y rsync python python3-pip
|
||||||
pip install awscli
|
pip install awscli
|
||||||
- name: build nightly docs
|
- name: prepare nightly docs
|
||||||
run: |
|
run: |
|
||||||
make prepare-latest prepare-latest-zh-cn
|
make prepare-latest prepare-latest-zh-cn
|
||||||
- name: 1.19 docs
|
- name: prepare 1.19 docs
|
||||||
run: |
|
run: |
|
||||||
make prepare\#19 prepare-zh-cn\#19
|
make prepare\#19 prepare-zh-cn\#19
|
||||||
- name: cleanup before build
|
- name: cleanup before build
|
||||||
|
|||||||
Reference in New Issue
Block a user