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 d60da40 commit 4d88af9
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,10 +39,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: dist
directory: dist

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

0 comments on commit 4d88af9

Please sign in to comment.