Skip to content

Commit

Permalink
Added github action to build api docs
Browse files Browse the repository at this point in the history
  • Loading branch information
JarrodCTaylor committed Aug 16, 2023
1 parent 7a374ac commit 528dd9f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/doc-build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: Build API Docs

on:
workflow_dispatch:

jobs:
call-doc-build-workflow:
uses: clojure/build.ci/.github/workflows/doc-build.yml@master
with:
project: clojure/java.jdbc

0 comments on commit 528dd9f

Please sign in to comment.