Skip to content

fix: make default winDistribution dynamic #41

fix: make default winDistribution dynamic

fix: make default winDistribution dynamic #41

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: build # The folder the action should deploy.