yaml is bad
This commit is contained in:
4
.github/workflows/deploy-docs.yml
vendored
4
.github/workflows/deploy-docs.yml
vendored
@@ -2,7 +2,9 @@ name: deploy docs
|
||||
on:
|
||||
push:
|
||||
branches: [main]
|
||||
paths: [packages/docs/**, reacord/library/**/*.{ts,tsx}]
|
||||
paths:
|
||||
- "packages/docs/**"
|
||||
- "reacord/library/**/*.{ts,tsx}"
|
||||
|
||||
jobs:
|
||||
deploy:
|
||||
|
||||
Reference in New Issue
Block a user