Skip to content

Merge branch 'main' into sync-docs-38b169d30b4051905d6c54abb223b42ab6… #514

Merge branch 'main' into sync-docs-38b169d30b4051905d6c54abb223b42ab6…

Merge branch 'main' into sync-docs-38b169d30b4051905d6c54abb223b42ab6… #514

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