Skip to content

Commit 504ed45

Browse files
author
Jimisola Laursen
committed
ci: add build-docs workflow
Call the centralized reusable workflow from reqstool/.github to validate Antora docs build cleanly on PRs and pushes to main. Signed-off-by: jimisola <jimisola@jimisola.com>
1 parent f6618ad commit 504ed45

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/build-docs.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: Build Docs
2+
on:
3+
workflow_dispatch:
4+
pull_request:
5+
paths:
6+
- "docs/**"
7+
push:
8+
branches:
9+
- main
10+
paths:
11+
- "docs/**"
12+
13+
jobs:
14+
build:
15+
uses: reqstool/.github/.github/workflows/build-docs.yml@main

0 commit comments

Comments
 (0)