diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 3c7f3b3..a7af2d3 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -33,4 +33,5 @@ jobs: directory: ${{ env.GIT_OUTPUT_DIR }} branch: ${{ env.GIT_OUTPUT_BRANCH }} skip-fetch: true + checkout-orphan: true force: true diff --git a/.github/workflows/test-modules.yml b/.github/workflows/test-modules.yml index 8d1c922..1eb8c3c 100644 --- a/.github/workflows/test-modules.yml +++ b/.github/workflows/test-modules.yml @@ -35,4 +35,5 @@ jobs: directory: ${{ env.GIT_OUTPUT_DIR }} branch: ${{ env.GIT_OUTPUT_BRANCH }} skip-fetch: true + checkout-orphan: true force: true