Skip to content

Commit 9657a63

Browse files
committed
update
1 parent 8d20bc5 commit 9657a63

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/merge-build-push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Build , Push to web, Deploy Antora Docs
22

33
on:
4-
pull_request:
4+
pull_request_target:
55
types:
66
- closed
77
create:
@@ -188,7 +188,7 @@ jobs:
188188
- name: Install Antora CLI
189189
run: |
190190
echo "Installing Antora packages local..."
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
191+
npm install --global antora@3.1.7 @antora/lunr-extension @antora/pdf-extension @node-rs/jieba
192192
193193
- name: Build English Documentation
194194
working-directory: ./ivory-doc-builder

.github/workflows/pr-preview.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Pr preview
22

33
on:
4-
pull_request:
4+
pull_request_target:
55

66
jobs:
77
build-and-deploy:
@@ -109,7 +109,7 @@ jobs:
109109
- name: Install Antora CLI
110110
run: |
111111
echo "Installing Antora packages local..."
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
112+
npm install --global antora@3.1.7 @antora/lunr-extension @antora/pdf-extension @node-rs/jieba
113113
114114
- name: Build English Documentation
115115
working-directory: ./ivory-doc-builder

0 commit comments

Comments
 (0)