Skip to content

fix: added timeout to the end of the activity #10

fix: added timeout to the end of the activity

fix: added timeout to the end of the activity #10

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: |
npx ng build --base-href ./
- 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.