Skip to content

Commit 965f38e

Browse files
committed
ci: fix build-docs
1 parent 16f9d47 commit 965f38e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/release-docs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020

2121
- run: yarn install
2222
- run: yarn build
23+
- run: yarn build-docs
2324

2425
- name: Deploy
2526
if: github.ref == 'refs/heads/main'

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
run: yarn install
4343

4444
- name: Build
45-
run: yarn build-core && yarn build-vuetify && yarn build-light
45+
run: yarn build
4646

4747
- name: Release
4848
env:

0 commit comments

Comments
 (0)