CI: enable jekyll for docs for overview README
authorPaul Spooren <mail@aparcar.org>
Sat, 9 Oct 2021 09:35:42 +0000 (23:35 -1000)
committerPaul Spooren <mail@aparcar.org>
Sat, 9 Oct 2021 09:35:42 +0000 (23:35 -1000)
the overview README contains links for the client and server side API,
it's a markdown file and therefore requires jekyll to run.

Signed-off-by: Paul Spooren <mail@aparcar.org>
.github/workflows/jsdoc.yml

index b8cc3bc3b212d31180ac127defea895a477dc870..1160a2442122de422c251c430a2206502dc7812f 100644 (file)
@@ -29,3 +29,4 @@ jobs:
         with:
           github_token: ${{ secrets.GITHUB_TOKEN }}
           publish_dir: ./docs/
+          enable_jekyll: true