From bc78ed09111a6a899c1ed7757d0abc80fee48ab9 Mon Sep 17 00:00:00 2001 From: Simon Cruanes Date: Tue, 20 Feb 2024 12:48:16 -0500 Subject: [PATCH] ghpages --- .github/workflows/gh-pages.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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