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 5669c6f commit e5b9abf
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@ jobs:
run: npm run build -- --public-url ${{ env.URL }}

- name: Deploy
if: github.ref == 'refs/heads/master'
uses: JamesIves/github-pages-deploy-action@v4
if: github.ref_name == 'master'
uses: remarkablemark/gitploy-action@v1
with:
branch: gh-pages
folder: dist
directory: dist

0 comments on commit e5b9abf

Please sign in to comment.