From 04719e4dbd23dffc9a686261d44c8356a21cc5a5 Mon Sep 17 00:00:00 2001 From: liblaf <30631553+liblaf@users.noreply.github.com> Date: Thu, 5 Sep 2024 15:52:11 +0800 Subject: [PATCH] ci: update GitHub Actions deployment to use peaceiris/actions-gh-pages - Switched deployment action to improve reliability and support for GitHub Pages. - Configured to force orphan branch for cleaner history and consistent deployment. --- .github/workflows/ci.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index af72fd65..8a4d7a2e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -47,8 +47,8 @@ jobs: name: sing path: sing - name: Deploy to GitHub Branch - uses: JamesIves/github-pages-deploy-action@v4 + uses: peaceiris/actions-gh-pages@v4 with: - folder: sing - branch: sing - single-commit: true + publish_branch: sing + publish_dir: sing + force_orphan: true