Skip to content

feat(D3 plugin): Stacked percentage charts (bar-x, bar-y, area) #31

feat(D3 plugin): Stacked percentage charts (bar-x, bar-y, area)

feat(D3 plugin): Stacked percentage charts (bar-x, bar-y, area) #31

name: Test documentation deployment
on:
pull_request:
branches: [main]
jobs:
test-docs-deploy:
name: Test documentation deployment
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
cache: npm
- name: Install tsconfig
run: npm i @gravity-ui/tsconfig
- name: Install dependencies
run: npm run docs:deps
- name: Build
run: npm run docs:build