feat: add workflow_dispatch trigger to deploy documentation workflow
This commit is contained in:
@@ -6,6 +6,7 @@ on:
|
|||||||
- main
|
- main
|
||||||
paths:
|
paths:
|
||||||
- 'package.json' # Triggers only if package.json changes
|
- 'package.json' # Triggers only if package.json changes
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
check-and-deploy:
|
check-and-deploy:
|
||||||
|
|||||||
Reference in New Issue
Block a user