Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 10ff9e7

Browse files
committedAug 16, 2023
Added github action to build api docs
1 parent c73995b commit 10ff9e7

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/tools.namespace

0 commit comments

Comments
 (0)
Please sign in to comment.