Skip to content

Dependency(deps-dev): Bump @vitejs/plugin-vue from 5.0.5 to 5.1.1 in … #663

Dependency(deps-dev): Bump @vitejs/plugin-vue from 5.0.5 to 5.1.1 in …

Dependency(deps-dev): Bump @vitejs/plugin-vue from 5.0.5 to 5.1.1 in … #663

name: Report Viewer Deployment Workflow (Dev)
on:
workflow_dispatch: # Use this to dispatch from the Actions Tab
push:
branches:
- develop
paths:
- ".github/workflows/report-viewer-dev.yml"
- "report-viewer/**"
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "18"
- name: Install and Build 🔧
working-directory: report-viewer
run: |
npm install
npm run build-dev
- name: Deploy 🚀
uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: report-viewer/dist
repository-name: JPlag/JPlag-Dev
token: ${{ secrets.SDQ_DEV_DEPLOY_TOKEN }}
clean: true
single-commit: true