Fix actions

This commit is contained in:
Lunny Xiao
2023-04-06 09:03:54 +08:00
parent f820b07079
commit 3fa5646e79

View File

@@ -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