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 b9c0d5d commit 7ff5033Copy full SHA for 7ff5033
1 file changed
.github/workflows/pr-preview.yml
@@ -110,12 +110,6 @@ jobs:
110
run: |
111
echo "Installing Antora packages local..."
112
npm install --global antora@3.1.7 @antora/lunr-extension@1.0.0-alpha.13 @antora/pdf-extension@1.0.0-beta.20 @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