Skip to content

Update Operator to 1.8.0 (#2550) #17

Update Operator to 1.8.0 (#2550)

Update Operator to 1.8.0 (#2550) #17

Workflow file for this run

name: deploy-all
on:
push:
paths-ignore:
- 'docs-2.0-zh/**'
- 'docs-2.0-en/**'
branches:
# Remember to add v before the following version number unless the version is master.
- master
jobs:
deploy-zh:
uses: ./.github/workflows/deploy-zh.yml
secrets:
ZHSITE_PASSWORD: ${{ secrets.ZHSITE_PASSWORD }}
deploy-en:
uses: ./.github/workflows/deploy-en.yml