Skip to content

Merge branch 'main' into sync-docs-184112a9c7427ca6c886b5730918458c17… #526

Merge branch 'main' into sync-docs-184112a9c7427ca6c886b5730918458c17…

Merge branch 'main' into sync-docs-184112a9c7427ca6c886b5730918458c17… #526

Workflow file for this run

name: Test deployment
on:
pull_request:
push:
jobs:
test-deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16.x
cache: npm
- run: yarn install --frozen-lockfile
- run: yarn build
- run: sh ./vue-docs.sh