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 29, 2024
1 parent 5f5c958 commit 34c62f6
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 @@ -39,7 +39,6 @@ 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: dist
directory: dist

0 comments on commit 34c62f6

Please sign in to comment.