Skip to content

Commit

Permalink
ci(github): use gitploy-action in build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
remarkablemark authored Sep 28, 2024
1 parent 6e094e3 commit 83b23ca
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,9 @@ jobs:
- name: Deploy
if: github.ref_name == 'master'
uses: JamesIves/github-pages-deploy-action@v4
uses: remarkablemark/gitploy-action@v1
with:
branch: gh-pages
folder: web
directory: web

- name: Upload artifacts
if: github.ref_name == 'master'
Expand Down

0 comments on commit 83b23ca

Please sign in to comment.