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 2df3edb commit b11d7ff
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/doc-build.yml
@@ -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/data.finger-tree

0 comments on commit b11d7ff

Please sign in to comment.