Skip to content

Commit c7c152d

Browse files
committed
pr-preview.yml add install dependencies
1 parent 912b8ac commit c7c152d

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/pr-preview.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,12 @@ jobs:
110110
run: |
111111
echo "Installing Antora packages local..."
112112
npm install --global antora@3.1.7 @antora/lunr-extension @antora/pdf-extension @node-rs/jieba
113+
114+
- name: Install Doc Builder Dependencies
115+
working-directory: ./ivory-doc-builder
116+
run: |
117+
echo "Installing Node dependencies for doc-builder..."
118+
npm install
113119
114120
- name: Build English Documentation
115121
working-directory: ./ivory-doc-builder

0 commit comments

Comments
 (0)