Skip to content

Commit 7010293

Browse files
author
jiangpeiling
committed
🔨 Add Doc Build Check.
1 parent 1991079 commit 7010293

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎.github/workflows/auto-build-doc-dev.yml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@ jobs:
3131

3232
- name: Install dependencies
3333
run: |
34-
cd nexent/doc
34+
cd doc
3535
npm install
3636
3737
- name: Build doc
3838
run: |
39-
cd nexent/doc
39+
cd doc
4040
npm run docs:build
4141
BUILD_EXIT_CODE=$?
4242

0 commit comments

Comments
 (0)