Simplify deploy script usage comments
This commit is contained in:
@@ -8,10 +8,10 @@ on:
|
||||
required: false
|
||||
push:
|
||||
paths:
|
||||
- '.gitea/workflows/deploy-cloud-pc.yml'
|
||||
- 'cloud-pc/**'
|
||||
- ".gitea/workflows/deploy-cloud-pc.yml"
|
||||
- "cloud-pc/**"
|
||||
schedule:
|
||||
- cron: '0 4 * * *'
|
||||
- cron: "0 4 * * *"
|
||||
|
||||
jobs:
|
||||
deploy:
|
||||
|
||||
Reference in New Issue
Block a user