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:
parent
d9c27cb1ee
commit
276ad0ca63
1 changed files with 1 additions and 0 deletions
1
.github/workflows/jsdoc.yml
vendored
1
.github/workflows/jsdoc.yml
vendored
|
@ -29,3 +29,4 @@ jobs:
|
|||
with:
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
publish_dir: ./docs/
|
||||
enable_jekyll: true
|
||||
|
|
Loading…
Reference in a new issue