Skip to content

Commit 4e77c43

Browse files
committed
use npx for build of sitemap
1 parent 7cf5f2f commit 4e77c43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
run: ${{ steps.detect-package-manager.outputs.runner }} next build
8181

8282
- name: Generate sitemap.xml
83-
run: ts-node scripts/generate-sitemap.ts
83+
run: npx ts-node scripts/generate-sitemap.ts
8484

8585
- name: Upload artifact
8686
uses: actions/upload-pages-artifact@v3

0 commit comments

Comments
 (0)