From 38df050a13db1c833778e01814e62260b6248367 Mon Sep 17 00:00:00 2001 From: Simon Cruanes Date: Tue, 20 Feb 2024 21:57:15 -0500 Subject: [PATCH] gh pages --- .github/workflows/gh-pages.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index ede82674..20fd66df 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -30,5 +30,5 @@ jobs: with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./_doc/html - destination_dir: dev - enable_jekyll: true + destination_dir: . + enable_jekyll: false