Skip to content

Fix output on building transaction #6

Fix output on building transaction

Fix output on building transaction #6

Workflow file for this run

name: GitHub Pages deploy
on:
push:
branches:
- master
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Set up Node.js 20
uses: actions/setup-node@v3
with:
node-version: '20'
cache: 'yarn' # Caches Yarn dependencies
- name: Build
run: export NODE_OPTIONS=--max_old_space_size=6144 && yarn install && BASE_URL=/kuber-playground/ yarn build
- name: Deploy to GitHub Pages
uses: Cecilapp/GitHub-Pages-deploy@v3
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
email: sudipbhattarai100@gmail.com
build_dir: dist/