From aba01e9a4e0a1f6ecb0a07be56db2e41c9a3972b Mon Sep 17 00:00:00 2001 From: Daniel Lovell Date: Wed, 2 Oct 2024 01:41:40 -0700 Subject: [PATCH] Keep files and dont 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 a2b1edf..d82e2ce 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -43,5 +43,5 @@ jobs: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./docs/.vitepress/dist allow_empty_commit: true - keep_files: false - force_orphan: true \ No newline at end of file + keep_files: true + force_orphan: false \ No newline at end of file