Skip to content

Update comment for dependency grouping in config #41

Update comment for dependency grouping in config

Update comment for dependency grouping in config #41

name: Build and Deploy
on:
push:
branches:
- main
jobs:
build-and-deploy:
timeout-minutes: 3
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v5
- name: Install and Build
run: |
yarn install
yarn build
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: gh-pages
folder: dist