Skip to content

Commit 00b4416

Browse files
committed
Added github action to build api docs
1 parent e0c6645 commit 00b4416

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/doc-build.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
2+
name: Build API Docs
3+
4+
on:
5+
workflow_dispatch:
6+
7+
jobs:
8+
call-doc-build-workflow:
9+
uses: clojure/build.ci/.github/workflows/doc-build.yml@master
10+
with:
11+
project: clojure/data.xml

0 commit comments

Comments
 (0)