Skip to content

Commit f208e95

Browse files
committed
add step to run prepare-seo
1 parent e8bc5b6 commit f208e95

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/deploy.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,7 @@ jobs:
5050
- name: Invalidate CloudFront
5151
if: github.ref == 'refs/heads/main' || github.event_name != 'pull_request'
5252
run: yarn invalidate:ci
53+
54+
- name: Prepare seo
55+
if: github.ref == 'refs/heads/main' || github.event_name != 'pull_request'
56+
run: bash ./scripts/seo.sh

0 commit comments

Comments
 (0)