Skip to content

Commit

Permalink
Update workflow name for clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
dibyam1101 committed Nov 23, 2023
1 parent 7f17bc9 commit f370ea5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_check_deploy_gh_pages.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Deploy to gh-pages
name: Check Lint and Build, Deploy to gh-pages

on:
push:
Expand All @@ -13,7 +13,7 @@ permissions:
contents: write

jobs:
build_and_deploy:
build_check_and_deploy_gh_pages:
runs-on: ubuntu-latest

steps:
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
npm run lint
npm run export
# Run the deploy action if the push is to the main branch
# Run the deploy action only if the push is to the main branch
- name: Deploy 🚀
if: ${{ github.ref == 'refs/heads/main' }}
uses: JamesIves/github-pages-deploy-action@v4
Expand Down

0 comments on commit f370ea5

Please sign in to comment.