We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16f9d47 commit 965f38eCopy full SHA for 965f38e
.github/workflows/release-docs.yml
@@ -20,6 +20,7 @@ jobs:
20
21
- run: yarn install
22
- run: yarn build
23
+ - run: yarn build-docs
24
25
- name: Deploy
26
if: github.ref == 'refs/heads/main'
.github/workflows/release.yml
@@ -42,7 +42,7 @@ jobs:
42
run: yarn install
43
44
- name: Build
45
- run: yarn build-core && yarn build-vuetify && yarn build-light
+ run: yarn build
46
47
- name: Release
48
env:
0 commit comments