Skip to content

Merge branch 'issue-10-cbfailinit' #28

Merge branch 'issue-10-cbfailinit'

Merge branch 'issue-10-cbfailinit' #28

Workflow file for this run

name: Bundle and Deploy
on:
push:
branches:
- main
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Use Node.js 18
uses: actions/setup-node@v3
with:
node-version: '18'
- name: Configure git
run: |
git config user.name "GitHubActions"
git config user.email "<[email protected]>"
- name: Install dependencies
run: npm ci
- name: Bundle
run: npm run-script bundle
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: dist