Skip to content

Commit 322adc7

Browse files
committed
Added github action to build api docs
1 parent 5d812b7 commit 322adc7

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/doc-build.yml

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

0 commit comments

Comments
 (0)