From 67f34beaff65ec640e1c3379f959c71986a36c78 Mon Sep 17 00:00:00 2001 From: Trang Le Date: Tue, 18 Aug 2020 13:02:15 -0400 Subject: [PATCH 1/2] force_orphan in deploying gh pages --- .github/workflows/pythonapp.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pythonapp.yml b/.github/workflows/pythonapp.yml index ed1d2c57..e33cb959 100644 --- a/.github/workflows/pythonapp.yml +++ b/.github/workflows/pythonapp.yml @@ -67,4 +67,5 @@ jobs: publish_dir: docs # keep existing files if no changes, unless commit message has regenerate_profiles keep_files: ${{ env.regenerate_profiles == null }} + force_orphan: true From c833cabb156084c76618fd4ec6682a00cf52fc14 Mon Sep 17 00:00:00 2001 From: Trang Le Date: Tue, 18 Aug 2020 13:29:07 -0400 Subject: [PATCH 2/2] [regenerate_profiles] revert addition of force_orphan --- .github/workflows/pythonapp.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/pythonapp.yml b/.github/workflows/pythonapp.yml index e33cb959..ed1d2c57 100644 --- a/.github/workflows/pythonapp.yml +++ b/.github/workflows/pythonapp.yml @@ -67,5 +67,4 @@ jobs: publish_dir: docs # keep existing files if no changes, unless commit message has regenerate_profiles keep_files: ${{ env.regenerate_profiles == null }} - force_orphan: true