Skip to content

Commit

Permalink
bring back docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Oliver Kaufmann committed Jun 21, 2023
1 parent dd3a17b commit 2e7a475
Show file tree
Hide file tree
Showing 2 changed files with 1,012 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/publish-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ jobs:
steps:
- uses: actions/checkout@v2

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

0 comments on commit 2e7a475

Please sign in to comment.