Skip to content

Commit

Permalink
refactor: deploy actions names
Browse files Browse the repository at this point in the history
  • Loading branch information
hfidelis committed Feb 17, 2024
1 parent 68c634c commit 565a775
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: auto-deploy gh-pages
name: auto-deploy hfidelis gh-pages

on:
push:
Expand All @@ -23,7 +23,7 @@ jobs:
env:
NODE_ENV: production

- name: Deploy 🚀
- name: Deploy Github Pages 🚀
if: ${{ github.event_name != 'pull_request' }}
uses: peaceiris/actions-gh-pages@v3
with:
Expand Down

0 comments on commit 565a775

Please sign in to comment.