Skip to content

Commit

Permalink
Add TOC and make intro more generic (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
ascheman committed Aug 5, 2022
1 parent 63d0a11 commit 4c765a9
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions README.adoc
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
:icons: font
:toc: left

= CI-CD Demo

:icons: font
This repository demonstrates how to use docToolchain with misc. _Continuous Integration_ (CI) environments (aka. _Build Servers_)

== Gitlab

This repository demonstrates how to use docToolchain within a gitlab CI/CD pipeline.

..gitlab-ci.yml
.`.gitlab-ci.yml`
[source,yaml]
----
include::.gitlab-ci.yml[]
Expand All @@ -24,9 +25,7 @@ There you can restrict the visibility to project members only.

== Github

...and within a Github Action workflow:

..github/workflows/gh-pages.yml
.`.github/workflows/gh-pages.yml`
[source,yaml]
----
include::.github/workflows/gh-pages.yml[]
Expand Down

0 comments on commit 4c765a9

Please sign in to comment.