diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 35edad5af..1fc111c36 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -113,5 +113,3 @@ jobs: ACTIONS_DEPLOY_KEY: ${{secrets.ACTIONS_DEPLOY_KEY}} PUBLISH_BRANCH: gh-pages PUBLISH_DIR: ./dist - with: - forceOrphan: true