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