From 67f34beaff65ec640e1c3379f959c71986a36c78 Mon Sep 17 00:00:00 2001 From: Trang Le Date: Tue, 18 Aug 2020 13:02:15 -0400 Subject: [PATCH] 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