Skip to content

Fixed bug in mutation rate Truncated-Normal model #78

Fixed bug in mutation rate Truncated-Normal model

Fixed bug in mutation rate Truncated-Normal model #78

name: Build Deploy Webapp
on:
push:
branches:
- main
permissions:
contents: write
jobs:
build-and-deploy:
concurrency: ci-${{ github.ref }}
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v3
- name: Install and Build
run: |
mkdir -p webapp/src/files
cp global.json webapp/src/files/global.json
cd webapp
npm i
npm run predeploy
- name: Deploy
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: webapp/build