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 committed Oct 6, 2024
1 parent 2661649 commit ccd891d
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 @@ -45,8 +45,7 @@ jobs:
run: npm run docs

- 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: docs
directory: docs

0 comments on commit ccd891d

Please sign in to comment.