Skip to content

feat: append vit executor for qwen3 vl model #225

feat: append vit executor for qwen3 vl model

feat: append vit executor for qwen3 vl model #225

Workflow file for this run

name: Build Docs
on:
pull_request:
branches:
- main
paths:
- 'docs/**'
- '.github/workflows/build_docs.yaml'
push:
branches:
- main
paths:
- 'docs/**'
- '.github/workflows/build_docs.yaml'
jobs:
build:
runs-on: ubuntu-latest
defaults:
run:
working-directory: docs
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Use Node.js 22
uses: actions/setup-node@v4
with:
node-version: 22
cache: npm
cache-dependency-path: docs/package-lock.json
- run: npm ci
- run: npm run build
check:
runs-on: ubuntu-latest
defaults:
run:
working-directory: docs
steps:
- uses: actions/checkout@v4
- name: Use Node.js 22
uses: actions/setup-node@v4
with:
node-version: 22
cache: npm
cache-dependency-path: docs/package-lock.json
- run: npm ci
- run: npm run check