Skip to content

Change the shaders to the *.wgsl file suffix, except for the template… #32

Change the shaders to the *.wgsl file suffix, except for the template…

Change the shaders to the *.wgsl file suffix, except for the template… #32

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