Skip to content

Commit d64cfe8

Browse files
committed
Added github action to build api docs
1 parent e427eec commit d64cfe8

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/data.fressian

0 commit comments

Comments
 (0)