https://github.com/opendevstack/ods-pipeline-adoc
ODS Pipeline tasks for rendering Asciidoctor files to PDF
https://github.com/opendevstack/ods-pipeline-adoc
asciidoc openshift pipelines tekton
Last synced: 3 months ago
JSON representation
ODS Pipeline tasks for rendering Asciidoctor files to PDF
- Host: GitHub
- URL: https://github.com/opendevstack/ods-pipeline-adoc
- Owner: opendevstack
- License: apache-2.0
- Created: 2023-10-24T08:14:52.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-10T10:05:07.000Z (over 1 year ago)
- Last Synced: 2025-01-25T00:20:12.621Z (5 months ago)
- Topics: asciidoc, openshift, pipelines, tekton
- Language: Go
- Homepage:
- Size: 111 KB
- Stars: 0
- Watchers: 10
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# ods-pipeline-adoc
[](https://github.com/opendevstack/ods-pipeline-adoc/actions/workflows/main.yaml)
Tekton task for use with [ODS Pipeline](https://github.com/opendevstack/ods-pipeline) to render asciidoc template into PDFs.
## Usage
```yaml
tasks:
- name: render
taskRef:
resolver: git
params:
- { name: url, value: https://github.com/opendevstack/ods-pipeline-adoc.git }
- { name: revision, value: v0.1.0 }
- { name: pathInRepo, value: tasks/render.yaml }
workspaces:
- { name: source, workspace: shared-workspace }
```See the [documentation](https://github.com/opendevstack/ods-pipeline-adoc/blob/main/docs/render.adoc) for detailed usage and available task parameters.
## About this repository
`docs` and `tasks` are generated directories from recipes located in `build`. See the `Makefile` target for how everything fits together.