From f4faafcc24b4c399b4f979269975e5ab2694abf6 Mon Sep 17 00:00:00 2001 From: Daniel Lovell Date: Mon, 30 Sep 2024 03:17:50 -0700 Subject: [PATCH] Undo keep_files/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 1608ae3..0875935 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -45,5 +45,5 @@ jobs: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./docs/.vuepress/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