We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3315284 + 3669aee commit 6f7637fCopy full SHA for 6f7637f
.github/workflows/doc-build.yml
@@ -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/math.combinatorics
0 commit comments