Skip to content

Commit af4fd0e

Browse files
committed
build test
1 parent 8139a63 commit af4fd0e

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,13 @@ jobs:
2424
- name: Install dependencies
2525
run: npm install
2626

27+
- name: Install tsx
28+
run: npm install tsx
29+
2730
- name: Generate SEO files
2831
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+
npx tsx scripts/generate-sitemap.ts || echo "Sitemap generation failed, continuing..."
33+
npx tsx scripts/generate-rss.ts || echo "RSS generation failed, continuing..."
3234
3335
- name: Build and Export
3436
run: |

0 commit comments

Comments
 (0)