Skip to content

Commit

Permalink
ci: update GitHub Actions deploy action for streamlined deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
liblaf committed Sep 5, 2024
1 parent df7d7e3 commit b17c190
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,8 @@ jobs:
name: sing
path: sing
- name: Deploy to GitHub Branch
uses: peaceiris/actions-gh-pages@v4
uses: JamesIves/github-pages-deploy-action@v4
with:
github_token: ${{ github.token }}
publish_branch: sing
publish_dir: sing
force_orphan: true
folder: sing
branch: sing
single-commit: true

0 comments on commit b17c190

Please sign in to comment.