From 1a3243f001211a1ee6f0f9fe31c1ad2d45f41e44 Mon Sep 17 00:00:00 2001 From: Pavlos Vinieratos Date: Sat, 7 Dec 2024 20:40:47 +0200 Subject: [PATCH] fix --- scripts/new-release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/new-release.sh b/scripts/new-release.sh index 6567e6be53..cd4a3cad2d 100755 --- a/scripts/new-release.sh +++ b/scripts/new-release.sh @@ -163,7 +163,7 @@ function generateReadme () { function generateGHPages () { cp docs/_index.html docs/index.html - npm run markdown "$ReadmeTableBig" >> docs/index.html + npx markdown "$ReadmeTableBig" >> docs/index.html } function cleanUp () {