From: Paul Spooren Date: Sat, 9 Oct 2021 09:35:42 +0000 (-1000) Subject: CI: enable jekyll for docs for overview README X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=276ad0ca63d2fa235365239326a5561e7428af3a;p=project%2Fluci.git 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 --- diff --git a/.github/workflows/jsdoc.yml b/.github/workflows/jsdoc.yml index b8cc3bc3b2..1160a24421 100644 --- a/.github/workflows/jsdoc.yml +++ b/.github/workflows/jsdoc.yml @@ -29,3 +29,4 @@ jobs: with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./docs/ + enable_jekyll: true