You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: A GitHub action that syncs Antora reference documentation using rsync with support for syncing a single version. It deploys to the docs server using the github repository in the path.
3
+
branding:
4
+
icon: 'copy'
5
+
color: 'green'
6
+
inputs:
7
+
docs-username:
8
+
description: The username to connect to the docs server
9
+
required: true
10
+
docs-host:
11
+
description: The host of the docs server
12
+
required: true
13
+
docs-ssh-key:
14
+
description: The ssh key used to connect to the docs-host
15
+
required: true
16
+
docs-ssh-host-key:
17
+
description: The docs ssh host key used to connect to docs-host
18
+
required: true
19
+
dry-run:
20
+
description: Set to false if should perform the sync, else a dry run is performed
21
+
default: false
22
+
required: false
23
+
site-path:
24
+
description: The path to the schema that should be synced
--github-repository=REPO the github repository (e.g. spring-projects/spring-security)
7
+
--ssh-docs-path=PATH the full path that the docs will be deployed to (e.g. https://docs.spring.io/spring-security/reference/ is \${HTTP_DOCS}/spring-security/reference)
0 commit comments