0
Fork 0
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:
Sergio Moreno 2021-07-27 23:30:02 +02:00 committed by GitHub
parent 28ce2a99da
commit 25a4601594
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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