Skip to content

Update antora.yml to mark 23.7 as EoL #2187

Update antora.yml to mark 23.7 as EoL

Update antora.yml to mark 23.7 as EoL #2187

Workflow file for this run

name: Build site
on:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3.2.0
with:
submodules: true
fetch-depth: 0
- uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3
with:
node-version: '16'
cache: 'npm'
- run: npm ci
- run: make ANTORAFLAGS=--fetch