From 71f5d0d9013a922823dc3607ad0d11c1574dbc7f Mon Sep 17 00:00:00 2001 From: Koen Van Impe Date: Tue, 21 Jan 2025 15:31:43 +0100 Subject: [PATCH] Update deploy-gh-pages.yml --- .github/workflows/deploy-gh-pages.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/deploy-gh-pages.yml b/.github/workflows/deploy-gh-pages.yml index 8a0a007..c5a5e95 100644 --- a/.github/workflows/deploy-gh-pages.yml +++ b/.github/workflows/deploy-gh-pages.yml @@ -43,6 +43,7 @@ jobs: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./_site branch: gh-pages + enable_jekyll: true force_orphan: true # Ensure gh-pages branch only contains docs #- name: Commit and push updated README