Skip to content

Commit fde3ded

Browse files
authored
Update jekyll-gh-pages.yml
1 parent 4f090ab commit fde3ded

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/jekyll-gh-pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ jobs:
3131
uses: actions/configure-pages@v5
3232
- name: Setup Node JS
3333
run: npm install
34-
- name: Setup Antora Site Generator
35-
run: npx antora -v
34+
- name: Install Antora 3.1.12
35+
run: npm install -g @antora/[email protected] @antora/[email protected]
3636
- name: Generate Antora Site
3737
run: npx antora wiki-playbook.yml
3838
- name: Build with Jekyll

0 commit comments

Comments
 (0)