Skip to content

feat: Allow matching of participants to multiple activities. #50

feat: Allow matching of participants to multiple activities.

feat: Allow matching of participants to multiple activities. #50

Workflow file for this run

name: CI
on: [ push ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: |
npm install
npm run lint
npm run test
npm run build
npm run export
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./out