Skip to content

Commit

Permalink
Merge pull request #10 from clojure/doc-build-workflow
Browse files Browse the repository at this point in the history
Added github action to build api docs
  • Loading branch information
JarrodCTaylor authored Aug 9, 2023
2 parents e427eec + d64cfe8 commit a1498eb
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/data.fressian

0 comments on commit a1498eb

Please sign in to comment.