Skip to content

Commit

Permalink
add step to run prepare-seo
Browse files Browse the repository at this point in the history
  • Loading branch information
Anmol1696 committed May 12, 2024
1 parent e8bc5b6 commit f208e95
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,7 @@ jobs:
- name: Invalidate CloudFront
if: github.ref == 'refs/heads/main' || github.event_name != 'pull_request'
run: yarn invalidate:ci

- name: Prepare seo
if: github.ref == 'refs/heads/main' || github.event_name != 'pull_request'
run: bash ./scripts/seo.sh

0 comments on commit f208e95

Please sign in to comment.