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