diff --git a/.github/workflows/setup.yml b/.github/workflows/setup.yml index eb5735636f..0de7aa55e6 100644 --- a/.github/workflows/setup.yml +++ b/.github/workflows/setup.yml @@ -60,5 +60,6 @@ jobs: with: github_token: ${{ secrets.GH_PAT }} publish_dir: "site/status-page/__sapper__/export/" + force_orphan: "false" user_name: "Upptime Bot" user_email: "73812536+upptime-bot@users.noreply.github.com" diff --git a/.github/workflows/site.yml b/.github/workflows/site.yml index e8587648f6..d45450eb40 100644 --- a/.github/workflows/site.yml +++ b/.github/workflows/site.yml @@ -36,5 +36,6 @@ jobs: with: github_token: ${{ secrets.GH_PAT }} publish_dir: "site/status-page/__sapper__/export/" + force_orphan: "false" user_name: "Upptime Bot" user_email: "73812536+upptime-bot@users.noreply.github.com"