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 be30a1a commit 52a1e17
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/tools.deps

0 comments on commit 52a1e17

Please sign in to comment.