diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 09124952..a0f3e5eb 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -31,5 +31,6 @@ jobs: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./_doc/html destination_dir: . - enable_jekyll: true + enable_jekyll: false + #keep_files: true