CI: enable jekyll for docs for overview README

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>
This commit is contained in:
Paul Spooren 2021-10-08 23:35:42 -10:00
parent d9c27cb1ee
commit 276ad0ca63

View file

@ -29,3 +29,4 @@ jobs:
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs/
enable_jekyll: true