diff --git a/.github/workflows/move-docs.yml b/.github/workflows/move-docs.yml index e997fc9..eab3eb9 100644 --- a/.github/workflows/move-docs.yml +++ b/.github/workflows/move-docs.yml @@ -87,3 +87,5 @@ jobs: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./build/nplex/docs/ publish_branch: gh-pages + force_orphan: true + enable_jekyll: true