Skip to content

chore(deps-dev): Bump happy-dom from 20.0.10 to 20.0.11 in /client (#… #228

chore(deps-dev): Bump happy-dom from 20.0.10 to 20.0.11 in /client (#…

chore(deps-dev): Bump happy-dom from 20.0.10 to 20.0.11 in /client (#… #228

Workflow file for this run

name: Deploy Client
permissions:
contents: write
on:
push:
branches:
- main
workflow_dispatch:
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v6
- name: Set up Node.js
uses: actions/setup-node@v6
with:
node-version: latest
- name: Install dependencies
run: |
cd client
npm install
- name: Build project
run: |
cd client
npm run build
- name: Deploy
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: client/dist