From 3293d65ccbc7f27832570e5ba93f34e286a3e4fb Mon Sep 17 00:00:00 2001 From: Daniel Lovell Date: Mon, 30 Sep 2024 02:57:29 -0700 Subject: [PATCH] Don't keep files and do force orphan --- .github/workflows/docs.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index e5f86ba..4ac1671 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -46,5 +46,5 @@ jobs: publish_dir: ./docs/.vuepress/dist destination_dir: docs allow_empty_commit: true - keep_files: true - force_orphan: false \ No newline at end of file + keep_files: false + force_orphan: true \ No newline at end of file