Skip to content

update github actions #15

update github actions

update github actions #15

Workflow file for this run

name: Build spec
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 16
- name: Install dependencies and build 🔧
run: npm install && npm run build
# - name: Deploying to gh-pages
# uses: JamesIves/[email protected]
# with:
# branch: gh-pages
# folder: demo
# clean: true