docs: update docs [deploy] (#4037)

* docs: update docs [deploy]

* chore: update ci

* chore: update ci

* fix: ci error
This commit is contained in:
Vben
2024-08-04 22:35:20 +08:00
committed by GitHub
parent 0d46a5471f
commit 36e33ea48a
10 changed files with 27 additions and 16 deletions

View File

@@ -8,7 +8,7 @@ on:
jobs:
deploy-push-ftp:
name: Deploy Push Ftp
if: github.actor != 'dependabot[bot]' && !contains(github.event.head_commit.message, '[skip ci]') && contains(github.event.head_commit.message, '[deploy]')
if: github.actor != 'dependabot[bot]' && !contains(github.event.head_commit.message, '[skip ci]')
runs-on: ubuntu-latest
strategy:
matrix: