Skip to content

chore(deps-dev): Bump vite from 7.1.11 to 7.1.12 in /client (#141) #220

chore(deps-dev): Bump vite from 7.1.11 to 7.1.12 in /client (#141)

chore(deps-dev): Bump vite from 7.1.11 to 7.1.12 in /client (#141) #220

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@v5
- 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