Skip to content

Bump @antora/lunr-extension from 1.0.0-alpha.8 to 1.0.0-alpha.9 #76

Bump @antora/lunr-extension from 1.0.0-alpha.8 to 1.0.0-alpha.9

Bump @antora/lunr-extension from 1.0.0-alpha.8 to 1.0.0-alpha.9 #76

Workflow file for this run

name: Check Pull Request
on:
pull_request:
branches: [main]
env:
VALE_VERSION: ${{ vars.LIBRARY_VALE_VERSION || '3.3.0' }}
jobs:
check-pull-request:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: '20'
- name: Install vale
run: |
wget https://github.com/errata-ai/vale/releases/download/v${VALE_VERSION}/vale_${VALE_VERSION}_Linux_64-bit.tar.gz
sudo tar -xvzf vale_${VALE_VERSION}_Linux_64-bit.tar.gz -C /usr/local/bin vale
- name: Install Dependencies
run: npm install
- name: Start Kroki
uses: hoverkraft-tech/[email protected]
- name: Generate Site
run: |
export GIT_CREDENTIALS='https://axoniq-devops:${{ secrets.LIBRARY_DEVBOT_TOKEN }}@github.com'
echo 'Using' `vale -v`
npx antora playbook.yaml