From bd641564126849b79341cb98544659959a6f9d44 Mon Sep 17 00:00:00 2001 From: Brandon Liu Date: Mon, 30 May 2022 12:54:07 +0800 Subject: [PATCH] github pages: force_orphan --- .github/workflows/actions.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index dbdc33c..8bbdc95 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -27,6 +27,7 @@ jobs: with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./app/dist + force_orphan: true test: runs-on: ubuntu-latest