Skip to content

Commit a6f514e

Browse files
committed
fix script name for prepare seo
1 parent f208e95 commit a6f514e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,4 @@ jobs:
5353

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

0 commit comments

Comments
 (0)