Skip to content

Commit

Permalink
register Antora Collector, the jetty block processor, and the Asciido…
Browse files Browse the repository at this point in the history
…ctor include processors when building site
  • Loading branch information
mojavelinux committed Feb 12, 2024
1 parent 484a786 commit e92acf5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
with:
node-version: '18'
- name: Generate Site
run: npx -y --package antora --package asciidoctor-kroki --package @antora/lunr-extension antora --stacktrace --extension @antora/lunr-extension --html-url-extension-style=indexify antora-playbook.yml
run: npx -y --package antora --package @antora/collector-extension --package @antora/lunr-extension --package asciidoctor-kroki antora --stacktrace --extension @antora/collector-extension --extension @antora/lunr-extension --html-url-extension-style=indexify antora-playbook.yml
- name: Upload Artifact
uses: actions/upload-pages-artifact@v2
- name: Deploy Artifact to GitHub Pages
Expand Down
3 changes: 3 additions & 0 deletions antora-playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ asciidoc:
page-pagination: ''
extensions:
- ./lib/feed-block-macro.js
- ./lib/jetty-block.js
- ./lib/skip-include-processor.js
- ./lib/absolute-path-include-processor.js
ui:
bundle:
url: https://github.com/webtide/jetty.website/releases/download/ui-prod-latest/ui-bundle.zip
Expand Down

0 comments on commit e92acf5

Please sign in to comment.