Skip to content

Commit 7f65962

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

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,10 @@ jobs:
1616
node-version-file: 'docs-src/.nvmrc'
1717
- run: npm ci
1818
name: Install dependencies
19-
with:
20-
working-directory: docs-src
19+
working-directory: docs-src
2120
- run: npm run build
2221
name: Build docs
23-
with:
24-
working-directory: docs-src
22+
working-directory: docs-src
2523
- name: Push Docs and Changelog
2624
uses: github-actions-x/[email protected]
2725
with:

0 commit comments

Comments
 (0)