Skip to content

Gltf Plugin Sakura Translate (#16) #43

Gltf Plugin Sakura Translate (#16)

Gltf Plugin Sakura Translate (#16) #43

Workflow file for this run

name: Build and deploy
on:
push:
branches: [main]
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v2
- name: Setup node 🔧
uses: actions/setup-node@v2
with:
node-version: 16
- name: Build 🏗️
run: |
node build
- name: Deploy 🚀
uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: public