Skip to content

Commit

Permalink
ci: update GitHub Actions deployment to use peaceiris/actions-gh-pages
Browse files Browse the repository at this point in the history
- Switched deployment action to improve reliability and support for GitHub Pages.
- Configured to force orphan branch for cleaner history and consistent deployment.
  • Loading branch information
liblaf committed Sep 5, 2024
1 parent b17c190 commit 04719e4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 04719e4

Please sign in to comment.