feat: kcl joining cncf sandbox blogs. #843
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: build | |
on: | |
pull_request: | |
branches: | |
- main | |
push: | |
branches: | |
- main | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Git checkout | |
uses: actions/checkout@v2 | |
- run: npm install | |
# Fix FATAL ERROR - JavaScript heap out of memory | |
- run: npm install -g increase-memory-limit && increase-memory-limit | |
- run: npm run build |