mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-30 22:34:10 -05:00
fix: website heap size and website.yml path (#2352)
This commit is contained in:
parent
28ce2a99da
commit
25a4601594
1 changed files with 4 additions and 2 deletions
6
.github/workflows/website.yml
vendored
6
.github/workflows/website.yml
vendored
|
@ -9,18 +9,20 @@ on:
|
|||
paths:
|
||||
- 'website/**'
|
||||
- 'package.json'
|
||||
- './github/workflows/website.yml'
|
||||
- './.github/workflows/website.yml'
|
||||
push:
|
||||
branches:
|
||||
- 'master'
|
||||
paths:
|
||||
- 'website/**'
|
||||
- 'package.json'
|
||||
- './github/workflows/website.yml'
|
||||
- './.github/workflows/website.yml'
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
env:
|
||||
NODE_OPTIONS: --max_old_space_size=4096
|
||||
steps:
|
||||
- uses: actions/checkout@v2.3.1
|
||||
|
||||
|
|
Loading…
Reference in a new issue