Skip to content

Commit 8139a63

Browse files
committed
build test
1 parent 055b5e7 commit 8139a63

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,12 @@ jobs:
2424
- name: Install dependencies
2525
run: npm install
2626

27+
- name: Generate SEO files
28+
run: |
29+
npx tsc --project tsconfig.scripts.json
30+
node dist-scripts/generate-sitemap.js || echo "Sitemap generation failed, continuing..."
31+
node dist-scripts/generate-rss.js || echo "RSS generation failed, continuing..."
32+
2733
- name: Build and Export
2834
run: |
2935
npm run build

0 commit comments

Comments
 (0)