Skip to content

Commit

Permalink
use correct id for jetty downloads extension
Browse files Browse the repository at this point in the history
  • Loading branch information
mojavelinux committed Mar 8, 2024
1 parent e1cf320 commit abc2221
Showing 1 changed file with 1 addition 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 @@ -50,7 +50,7 @@ jobs:
ANTORA_CACHE_DIR: ${{ github.workspace }}/.cache/antora
run: |
npm --audit false --fund false --omit optional --package-lock false i
npx --offline antora --stacktrace --extension @antora/collector-extension --extension @antora/lunr-extension --extension jetty-downloads --html-url-extension-style indexify --log-failure-level error antora-playbook.yml
npx --offline antora --stacktrace --extension @antora/collector-extension --extension @antora/lunr-extension --extension jetty-downloads-extension --html-url-extension-style indexify --log-failure-level error antora-playbook.yml
- name: Upload Artifact
uses: actions/upload-pages-artifact@v3
- name: Deploy Artifact to GitHub Pages
Expand Down

0 comments on commit abc2221

Please sign in to comment.