Skip to content

Commit 7cf5f2f

Browse files
committed
Update build to include generate sitemap
1 parent 2d42424 commit 7cf5f2f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,9 @@ jobs:
7979
- name: Build with Next.js
8080
run: ${{ steps.detect-package-manager.outputs.runner }} next build
8181

82+
- name: Generate sitemap.xml
83+
run: ts-node scripts/generate-sitemap.ts
84+
8285
- name: Upload artifact
8386
uses: actions/upload-pages-artifact@v3
8487
with:

0 commit comments

Comments
 (0)