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.
1 parent 63de010 commit 78ee577Copy full SHA for 78ee577
.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/java.classpath
0 commit comments