Files
tauri.studio/.github/workflows/build-quasar.yml
Daniel Thompson-Yvetot a654d96128 fix(workflow): cd properly
2019-12-15 00:17:37 +01:00

22 lines
388 B
YAML

name: Build Quasar
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Use Node.js 12.x
uses: actions/setup-node@master
with:
node-version: 12.x
- name: Install and build
run: |
cd docs-generator
yarn install --frozen-lockfile
yarn test
yarn quasar build -m ssr