File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11name : Build , Push to web, Deploy Antora Docs
22
33on :
4- pull_request_target :
4+ pull_request :
55 types :
66 - closed
77 create :
@@ -188,8 +188,7 @@ jobs:
188188 - name : Install Antora CLI
189189 run : |
190190 echo "Installing Antora packages local..."
191- npm uninstall -g antora @antora/pdf-extension @antora/site-generator @antora/assembler || true
192- npm install --global antora@3.1.15 @antora/lunr-extension@1.0.0-alpha.11 @antora/pdf-extension@1.0.0-alpha.20 @node-rs/jieba@1.10.3
191+ npm install --global antora@3.1.7 @antora/lunr-extension@1.0.0-alpha.11 @antora/pdf-extension@1.0.0-alpha.20 @node-rs/jieba@1.10.3
193192
194193 - name : Build English Documentation
195194 working-directory : ./ivory-doc-builder
Original file line number Diff line number Diff line change @@ -109,9 +109,7 @@ jobs:
109109 - name : Install Antora CLI
110110 run : |
111111 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.15 @antora/lunr-extension@1.0.0-alpha.11 @antora/pdf-extension@1.0.0-alpha.20 @node-rs/jieba@1.10.3
114- npm ls
112+ npm install --global antora@3.1.7 @antora/lunr-extension@1.0.0-alpha.11 @antora/pdf-extension@1.0.0-alpha.20 @node-rs/jieba@1.10.3
115113
116114 - name : Build English Documentation
117115 working-directory : ./ivory-doc-builder
You can’t perform that action at this time.
0 commit comments