From bc2397e6415596cfe72509f5f721a4c7683a4ce1 Mon Sep 17 00:00:00 2001 From: ppoffice Date: Fri, 14 Aug 2020 21:44:15 -0400 Subject: [PATCH] chore(ci): force gh-pages to be orphan --- .github/workflows/github-pages.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/github-pages.yml b/.github/workflows/github-pages.yml index 118051e..c7e8db1 100644 --- a/.github/workflows/github-pages.yml +++ b/.github/workflows/github-pages.yml @@ -1,7 +1,6 @@ name: GitHub Pages -on: - push +on: push jobs: publish: @@ -18,3 +17,4 @@ jobs: with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./public + force_orphan: true