Skip to content

refactor(rendertarget): refactor rendertarget set textureView #16

refactor(rendertarget): refactor rendertarget set textureView

refactor(rendertarget): refactor rendertarget set textureView #16

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