Skip to content

Commit 3f52189

Browse files
committed
Update GitHub Actions workflow to install and build Vueton packages
1 parent d7b3f09 commit 3f52189

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/docs.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,15 @@ jobs:
1717
with:
1818
node-version: 22.11.0
1919

20+
- name: Install packages for Vueton
21+
run: npm ci
22+
23+
- name: Build Vueton
24+
run: npm run build
25+
2026
- name: Installing packages
2127
working-directory: ./docs
22-
run: npm install
28+
run: npm ci
2329

2430
- name: Build Nuxt 3 static site
2531
working-directory: ./docs

0 commit comments

Comments
 (0)