Skip to content

Commit 510fa30

Browse files
Fix workflow
1 parent 7f4bd66 commit 510fa30

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/build-docs.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,10 @@ jobs:
3838
cache: npm # or pnpm / yarn
3939
- name: Setup Pages
4040
uses: actions/configure-pages@v4
41-
- name: Goto docs directory
42-
run: cd docs
4341
- name: Install dependencies
44-
run: npm ci
42+
run: cd docs && npm ci
4543
- name: Build with VitePress
46-
run: npm run docs:build
44+
run: cd docs && npm run docs:build
4745
- name: Upload artifact
4846
uses: actions/upload-pages-artifact@v3
4947
with:

0 commit comments

Comments
 (0)