mirror of
https://github.com/freeCodeCamp/devdocs
synced 2024-11-16 19:48:10 +01:00
schedule-doc-report: add workflow_dispatch
https://docs.github.com/en/actions/using-workflows/manually-running-a-workflow
This commit is contained in:
parent
a80293ae98
commit
fd086dd55f
1 changed files with 1 additions and 0 deletions
1
.github/workflows/schedule-doc-report.yml
vendored
1
.github/workflows/schedule-doc-report.yml
vendored
|
@ -2,6 +2,7 @@ name: Generate documentation versions report
|
|||
on:
|
||||
schedule:
|
||||
- cron: '17 4 1 * *'
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
report:
|
||||
|
|
Loading…
Reference in a new issue