We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 912b8ac commit c7c152dCopy full SHA for c7c152d
1 file changed
.github/workflows/pr-preview.yml
@@ -110,6 +110,12 @@ jobs:
110
run: |
111
echo "Installing Antora packages local..."
112
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
119
120
- name: Build English Documentation
121
working-directory: ./ivory-doc-builder
0 commit comments