mirror of
https://github.com/element-plus/element-plus.git
synced 2024-11-27 02:01:15 +08:00
chore: Update publish-docs-deploy.yml (#17995)
This commit is contained in:
parent
569013da9e
commit
d4a5d150bd
2
.github/workflows/publish-docs-deploy.yml
vendored
2
.github/workflows/publish-docs-deploy.yml
vendored
@ -8,7 +8,7 @@ on:
|
||||
jobs:
|
||||
deploy-docs:
|
||||
runs-on: ubuntu-latest
|
||||
if: ${{ github.event.workflow_run.conclusion == 'success' && github.event.workflow_run.event == "release" }}
|
||||
if: ${{ github.event.workflow_run.conclusion == 'success' && github.event.workflow_run.event == 'release' }}
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
|
Loading…
Reference in New Issue
Block a user