Skip to content

Commit 2e7a475

Browse files
author
Oliver Kaufmann
committed
bring back docs
1 parent dd3a17b commit 2e7a475

2 files changed

Lines changed: 1012 additions & 0 deletions

File tree

.github/workflows/publish-image.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@ jobs:
2020
steps:
2121
- uses: actions/checkout@v2
2222

23+
- name: Generate Docs
24+
run: |
25+
docker run -v `pwd`:/source jagregory/pandoc --toc -c docs.css --self-contained -f markdown_github -t html5 README.md -o README.html
26+
sed '/^\[!\[/d; /^!\[/d' README.md > README.txt
27+
2328
- name: Docker meta
2429
id: meta
2530
uses: docker/metadata-action@v4

0 commit comments

Comments
 (0)