Skip to content

Removed register window object feature. (Please call iife instead) #26

Removed register window object feature. (Please call iife instead)

Removed register window object feature. (Please call iife instead) #26

Workflow file for this run

name: NodeJS with Vite
on:
push:
branches: ['master']
pull_request:
branches: ['master']
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
steps:
- name: Checkout ✅
uses: actions/checkout@v3.3.0
- name: Use Node.js ${{ matrix.node-version }} ⚡
uses: actions/setup-node@v3.4.1
with:
node-version: ${{ matrix.node-version }}
- name: Build 🔧
run: |
yarn install
yarn build:docs
env:
VITE_GOOGLE_ANALYTICS_ID: UA-33600926-1
VITE_WML_URL: https://logue.dev/sf2synth.js/?soundfont=Yamaha XG Sound Set Ver.2.0.sf2
- name: Deploy to gh-pages 🚀
uses: JamesIves/github-pages-deploy-action@v4.4.0
with:
branch: gh-pages # The branch the action should deploy to.
folder: docs # The folder the action should deploy.