mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-30 22:34:10 -05:00
chore: deploy website once peer day instead on merge
This commit is contained in:
parent
9fc2e79611
commit
c3f287bc04
1 changed files with 2 additions and 4 deletions
6
.github/workflows/website.yml
vendored
6
.github/workflows/website.yml
vendored
|
@ -6,10 +6,8 @@ on:
|
||||||
paths:
|
paths:
|
||||||
- 'website/**'
|
- 'website/**'
|
||||||
- './.github/workflows/website.yml'
|
- './.github/workflows/website.yml'
|
||||||
push:
|
schedule:
|
||||||
branches:
|
- cron: '0 0 * * *'
|
||||||
- 'master'
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
Loading…
Reference in a new issue