Skip to content

Commit 3bef1f4

Browse files
committed
chore: run sitemap and RSS generation after build
1 parent a81599f commit 3bef1f4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
- name: Build and Export
2828
run: |
2929
npm run build
30+
npm run generate:seo
3031
3132
- name: Deploy to GitHub Pages
3233
if: success() && (hashFiles('out/index.html') != '')

0 commit comments

Comments
 (0)