We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 055b5e7 commit 8139a63Copy full SHA for 8139a63
.github/workflows/deploy.yml
@@ -24,6 +24,12 @@ jobs:
24
- name: Install dependencies
25
run: npm install
26
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
+
33
- name: Build and Export
34
run: |
35
npm run build
0 commit comments