diff --git a/.github/workflows/github-pages.yml b/.github/workflows/github-pages.yml index 65ef0e5..6ea8b62 100644 --- a/.github/workflows/github-pages.yml +++ b/.github/workflows/github-pages.yml @@ -4,7 +4,6 @@ on: push: branches: - main - - more-features-for-html-output jobs: build: diff --git a/README.md b/README.md index b56c422..481eb92 100644 --- a/README.md +++ b/README.md @@ -20,9 +20,13 @@ templates and generate a Markdown or HTML documentation from that data. For an example output when running `stella` for the [prometheus](https://github.com/prometheus-community/helm-charts/tree/main/charts/prometheus) -helm chart, follow -[this](https://github.com/very-doge-wow/stella/blob/main/EXAMPLE/prometheus.md) -link. +helm chart, follow these links: + + +* [Advanced HTML (Deployed)](https://very-doge-wow.github.io/stella/) +* [Markdown (Source)](https://github.com/very-doge-wow/stella/blob/main/EXAMPLE/prometheus.md) +* [Simple HTML (Source)](https://github.com/very-doge-wow/stella/blob/main/EXAMPLE/prometheus.html) + ## Usage