mirror of
https://github.com/tauri-apps/tauri.studio.git
synced 2026-02-04 02:21:17 +01:00
fix(workflow): cd properly
This commit is contained in:
3
.github/workflows/build-quasar.yml
vendored
3
.github/workflows/build-quasar.yml
vendored
@@ -15,6 +15,7 @@ jobs:
|
||||
node-version: 12.x
|
||||
- name: Install and build
|
||||
run: |
|
||||
cd docs-generator
|
||||
yarn install --frozen-lockfile
|
||||
yarn test
|
||||
quasar build -m ssr
|
||||
yarn quasar build -m ssr
|
||||
|
||||
Reference in New Issue
Block a user