Skip to content

feat: initial implementation of antora site action #1

feat: initial implementation of antora site action

feat: initial implementation of antora site action #1

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
types: [opened, synchronize, reopened]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
id: git_checkout
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
- name: Build playbook
uses: ./
with:
antora_playbook: playbook.yml
site_sources_path: acceptance_test
- name: Setup Bats
id: setup-bats
uses: bats-core/bats-action@2104b40bb7b6c2d5110b23a26b0bf265ab8027db # v3.0.0
- name: Test results
shell: bash
env:
BATS_LIB_PATH: ${{ steps.setup-bats.outputs.lib-path }}
TERM: xterm
run: bats acceptance_test/test.bats