Skip to content

Merge branch 'main' of https://github.com/hpugis/GEngine #30

Merge branch 'main' of https://github.com/hpugis/GEngine

Merge branch 'main' of https://github.com/hpugis/GEngine #30

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