Skip to content

refactor: colocate type in src/ (#22) #3

refactor: colocate type in src/ (#22)

refactor: colocate type in src/ (#22) #3

Workflow file for this run

on:
push:
branches: [master]
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build app
run: |
yarn
yarn rollup -c
- name: Deploy to gh-pages
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: dist