Skip to content

Add KuberIde link in Readme #3

Add KuberIde link in Readme

Add KuberIde link in Readme #3

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: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: Build
run: export NODE_OPTIONS=--max_old_space_size=6144 && npm ci && BASE_URL=/kuber-playground/ npm run 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/