mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-02-10 23:39:31 -05:00
chore: update website deployment
This commit is contained in:
parent
fe8d16fde4
commit
4f1818471f
1 changed files with 2 additions and 0 deletions
2
.github/workflows/website.yml
vendored
2
.github/workflows/website.yml
vendored
|
@ -2,6 +2,8 @@ name: Verdaccio Website CI
|
|||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: '0 2 * * 0' # every Sunday at 2am UTC (10pm EST)
|
||||
permissions:
|
||||
contents: read # to fetch code (actions/checkout)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue