Skip to content

feat: multi-client quick start with tab-based installation guide #1

feat: multi-client quick start with tab-based installation guide

feat: multi-client quick start with tab-based installation guide #1

Workflow file for this run

name: PR Preview
on:
pull_request:
types: [opened, synchronize, reopened, closed]
permissions:
contents: write
pull-requests: write
concurrency:
group: preview-${{ github.ref }}
cancel-in-progress: true
jobs:
preview:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
if: github.event.action != 'closed'
with:
node-version: 20
cache: npm
- name: Install & Build
if: github.event.action != 'closed'
run: |
npm ci
VITE_BASE=/yuque-ecosystem/ npm run build
- name: Deploy preview
uses: rossjrw/pr-preview-action@v1
with:
source-dir: dist/
preview-branch: gh-pages
umbrella-dir: pr-preview