Skip to content

Commit 1c56c3a

Browse files
committed
chore: Add installation of antora extensions to gh action.
1 parent 6ac17a2 commit 1c56c3a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/publish-docs.yml

+3
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ jobs:
1818
- name: Install Antora
1919
run: npm i antora
2020

21+
- name: Install Antora Extensions
22+
run: npm i @antora/lunr-extension
23+
2124
- name: Generate Site
2225
run: npx antora docs/antora-playbook.yml
2326

0 commit comments

Comments
 (0)