1
0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-02-21 07:29:37 +01: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

@ -9,18 +9,20 @@ on:
paths: paths:
- 'website/**' - 'website/**'
- 'package.json' - 'package.json'
- './github/workflows/website.yml' - './.github/workflows/website.yml'
push: push:
branches: branches:
- 'master' - 'master'
paths: paths:
- 'website/**' - 'website/**'
- 'package.json' - 'package.json'
- './github/workflows/website.yml' - './.github/workflows/website.yml'
jobs: jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
env:
NODE_OPTIONS: --max_old_space_size=4096
steps: steps:
- uses: actions/checkout@v2.3.1 - uses: actions/checkout@v2.3.1