Skip to content

PDF Parser with Docling (#43) #326

PDF Parser with Docling (#43)

PDF Parser with Docling (#43) #326

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