Skip to content

add logo and adapt AppHeader.vue and index.html #341

add logo and adapt AppHeader.vue and index.html

add logo and adapt AppHeader.vue and index.html #341

Workflow file for this run

name: Vue Build
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up Node
uses: actions/setup-node@v4
with:
node-version: "22"
- name: Install dependencies
working-directory: frontend
run: npm install
- name: Build Vue app
working-directory: frontend
run: npm run build