diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 840836d2..d2563159 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -24,6 +24,6 @@ jobs: with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./_doc/html - destination_dir: dev + destination_dir: . enable_jekyll: true