From 8d040492b26e3f65a8be8694e3adc1649b1edee9 Mon Sep 17 00:00:00 2001 From: dennisvankekem Date: Thu, 19 Sep 2024 13:29:23 +0200 Subject: [PATCH] fix: force clean --- .github/workflows/deploy.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 2ef98b8b4..61d5076ed 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -30,6 +30,8 @@ jobs: github_token: ${{ secrets.BOT_TOKEN }} # Build output to publish to the `gh-pages` branch: publish_dir: ./build + force_orphan: true + clean: true # The following lines assign commit authorship to the official # GH-Actions bot for deploys to `gh-pages` branch: # https://github.com/actions/checkout/issues/13#issuecomment-724415212