Skip to content

Release v0.7.3 - Android workflows, LiteLLM integration, ARM64 suppor… #55

Release v0.7.3 - Android workflows, LiteLLM integration, ARM64 suppor…

Release v0.7.3 - Android workflows, LiteLLM integration, ARM64 suppor… #55

name: Docusaurus test deployment
on:
workflow_dispatch:
push:
paths:
- "docs/**"
pull_request:
paths:
- "docs/**"
jobs:
test-deploy:
name: Test deployment
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./docs
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-node@v4
with:
node-version: 24
cache: npm
cache-dependency-path: "**/package-lock.json"
- name: Install dependencies
run: npm ci
- name: Test build website
run: npm run build