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 7ff5033 commit 1390665Copy full SHA for 1390665
1 file changed
.github/workflows/pr-preview.yml
@@ -109,6 +109,7 @@ jobs:
109
- name: Install Antora CLI
110
run: |
111
echo "Installing Antora packages local..."
112
+ npm uninstall -g antora @antora/pdf-extension @antora/site-generator @antora/assembler || true
113
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
114
115
- name: Build English Documentation
0 commit comments