Skip to content

Commit 863ec38

Browse files
committed
Merge remote-tracking branch 'refs/remotes/origin/master'
2 parents 325997a + 5b2cb71 commit 863ec38

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.logic

0 commit comments

Comments
 (0)