Skip to content

Commit

Permalink
fix: website heap size and website.yml path (verdaccio#2352)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergio Moreno authored Jul 27, 2021
1 parent 28ce2a9 commit 25a4601
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]

Expand Down

0 comments on commit 25a4601

Please sign in to comment.