Skip to content

Commit

Permalink
fix: action now installs extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
Rekkice committed Jan 14, 2025
1 parent c592897 commit 5bb8509
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/antora-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: '18'
- name: Install Antora
run: npm i antora
- name: Install Antora and extensions
run: npm install
- name: Generate Site
run: npx antora antora-playbook.yml
- name: Upload Artifacts
Expand Down

0 comments on commit 5bb8509

Please sign in to comment.