From 073ad2ffb2c4006b777e84899b59cd7479f739fd Mon Sep 17 00:00:00 2001 From: Ottatop Date: Tue, 16 Jan 2024 17:14:07 -0600 Subject: [PATCH] Unforce orphan for ghpages deployment Yes I did that just to clear the ghpages branch history --- .github/workflows/ldoc.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ldoc.yml b/.github/workflows/ldoc.yml index 4bea867..894a1b7 100644 --- a/.github/workflows/ldoc.yml +++ b/.github/workflows/ldoc.yml @@ -48,4 +48,4 @@ jobs: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ../ldoc_gen/.ldoc_gen/doc destination_dir: ${{ env.BRANCH_NAME }}/lua - force_orphan: true + # force_orphan: true