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