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