Skip to content

Merge pull request #21 from GEngine-js/develop #34

Merge pull request #21 from GEngine-js/develop

Merge pull request #21 from GEngine-js/develop #34

Workflow file for this run

name: Deploy
on:
workflow_dispatch: {}
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-node@v3
with:
node-version: 16
cache: npm
- run: npm ci
- name: Build
run: npm run build