Skip to content

refactor!: Refactor client with Vue #12

refactor!: Refactor client with Vue

refactor!: Refactor client with Vue #12

Workflow file for this run

name: Deploy Client
on:
push:
branches:
- main
permissions:
contents: write
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Deploy
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: client