Skip to content

updated music

updated music #334

Workflow file for this run

name: Dev Build
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 19
- name: Clone Repo
uses: actions/checkout@v1
- name: Install Dependencies
run: yarn install
- name: Type Check
run: yarn run type_check
- name: Build
run: yarn run build_debug
- name: Deploy to GitHub Pages
uses: JamesIves/github-pages-deploy-action@4.1.4
with:
branch: pages
folder: public