Skip to content

fix: activity title data input #7

fix: activity title data input

fix: activity title data input #7

Workflow file for this run

name: Deploy
on:
pull_request:
push:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install
run: |
npm install
#- name: Test
# run: |
# npm run test
- name: Build
run: |
npm run-script build
- name: Deploy 🚀
uses: JamesIves/[email protected]
with:
branch: gh-pages # The branch the action should deploy to.
folder: dist/transcription-playground-for-wsb/browser # The folder the action should deploy.