Skip to content

nearly complete synth w/o latency #91

nearly complete synth w/o latency

nearly complete synth w/o latency #91

Workflow file for this run

name: CI
on: push
jobs:
build:
runs-on: ubuntu-latest
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Deploy to GitHub Pages
uses: JamesIves/github-pages-deploy-action@4.1.4
with:
branch: gh-pages
folder: src/webapp