Skip to content

Commit cb59e2e

Browse files
committed
docs(fix-path): Fix ci path
1 parent 6360eac commit cb59e2e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/docs.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,12 @@ jobs:
1616
node-version-file: 'docs-src/.nvmrc'
1717
- run: npm ci
1818
name: Install dependencies
19+
with:
20+
working-directory: docs-src
1921
- run: npm run build
2022
name: Build docs
23+
with:
24+
working-directory: docs-src
2125
- name: Push Docs and Changelog
2226
uses: github-actions-x/[email protected]
2327
with:

0 commit comments

Comments
 (0)