Skip to content

Commit

Permalink
fix script name for prepare seo
Browse files Browse the repository at this point in the history
  • Loading branch information
Anmol1696 committed May 12, 2024
1 parent f208e95 commit a6f514e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ jobs:

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

0 comments on commit a6f514e

Please sign in to comment.