Skip to content
This repository was archived by the owner on Aug 19, 2026. It is now read-only.

chore(deps): bump asciidoctor-kroki from 0.18.1 to 1.0.1 (#228) #54

chore(deps): bump asciidoctor-kroki from 0.18.1 to 1.0.1 (#228)

chore(deps): bump asciidoctor-kroki from 0.18.1 to 1.0.1 (#228) #54

Workflow file for this run

name: CI
on:
push:
branches:
- master
tags:
- '**'
pull_request:
branches:
- master
jobs:
docs-build:
name: Build documentation
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
- uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
with:
node-version: '22'
- name: Install dependencies
run: npm install
- name: Build documentation
run: npm run antora