Skip to content

Commit

Permalink
pkill -f gatsby dev server before clean and redevelop
Browse files Browse the repository at this point in the history
  • Loading branch information
jonolane committed Nov 17, 2023
1 parent f3ae642 commit e5ad982
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/sanityUpdateDisplay.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ jobs:
# - name: Install Gatsby
# run: npm install -g gatsby-cli

- name: Stop Gatsby development server
run: pkill -f "npx gatsby develop"

- name: Clean Gatsby cache
run: npx gatsby clean

Expand Down

0 comments on commit e5ad982

Please sign in to comment.