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 8b789d3 commit a9c8c94
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 a9c8c94

Please sign in to comment.