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 62e8065 commit 7254418Copy full SHA for 7254418
.github/workflows/publish.yml
@@ -1,6 +1,7 @@
1
name: Publish
2
3
on:
4
+ workflow_dispatch:
5
push:
6
branches:
7
- main
antora-playbook.yml
@@ -11,6 +11,10 @@ content:
11
- 1.x
12
13
start_path: docs
14
+ - url: https://github.com/playframework/play-grpc.git
15
+ branches:
16
+ - main
17
+ start_path: docs
18
19
ui:
20
bundle:
@@ -20,3 +24,7 @@ ui:
24
antora:
21
25
extensions:
22
26
- require: '@antora/lunr-extension'
27
+
28
+asciidoc:
29
+ extensions:
30
+ - '@asciidoctor/tabs'
0 commit comments