Skip to content

Commit

Permalink
Bump Antora Lunr Extension from 1.0.0-alpha.8 to 1.0.0-alpha.9
Browse files Browse the repository at this point in the history
  • Loading branch information
valfirst committed Jan 3, 2025
1 parent af82c18 commit eb17a3b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
env:
GOOGLE_ANALYTICS_KEY: ${{ secrets.GOOGLE_ANALYTICS_KEY }}
run: |
npm i -g @antora/[email protected] @antora/[email protected] @antora/[email protected].8
npm i -g @antora/[email protected] @antora/[email protected] @antora/[email protected].9
antora ./antora-playbook.yml
- name: Deploy
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ We use
1. Install Node.js
1. Install Antora and [Antora Lunr Extension](https://gitlab.com/antora/antora-lunr-extension)
```shell
npm i -g @antora/[email protected] @antora/[email protected] @antora/[email protected].8
npm i -g @antora/[email protected] @antora/[email protected] @antora/[email protected].9
```
1. Generate a site
```shell
Expand All @@ -22,7 +22,7 @@ We use

### One liner
```shell
npm i -g @antora/[email protected] @antora/[email protected] @antora/[email protected].8 && \
npm i -g @antora/[email protected] @antora/[email protected] @antora/[email protected].9 && \
git clone https://github.com/vividus-framework/vividus.git && \
git clone https://github.com/vividus-framework/docs.vividus.dev.git && \
cd docs.vividus.dev && \
Expand Down

0 comments on commit eb17a3b

Please sign in to comment.