GitHub action that can be used to generate the Antora site.
The action has only one parameter antora_playbook
, that specifies the Antora playbook path within the repository.
name: "Generate site using antora site action"
uses: kameshsampath/[email protected]
with:
antora_playbook: antora-playbook.yml
# optional path within the repo, defaults to ${{github.workspace}}
site_sources_path: 'site-souces-folder'
For a complete example is available here.
Antora Site is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.