diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 0e151adc..7b457834 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -43,3 +43,4 @@ jobs: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./_build/default/_doc/_html/ destination_dir: dev + enable_jekyll: true