You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@community.apache.org by se...@apache.org on 2023/04/02 22:34:24 UTC

[comdev-events-site] branch preview/test updated: npx check

This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch preview/test
in repository https://gitbox.apache.org/repos/asf/comdev-events-site.git


The following commit(s) were added to refs/heads/preview/test by this push:
     new 7b299a1  npx check
7b299a1 is described below

commit 7b299a14c95002a83f0c54df478e54b443123de8
Author: Sebb <se...@apache.org>
AuthorDate: Sun Apr 2 23:34:04 2023 +0100

    npx check
---
 Jenkinsfile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index ea71331..bee47ec 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -57,7 +57,8 @@ pipeline {
             steps {
                 script {
                     sh "${env.HUGO_DIR}/bin/hugo --destination ${env.OUT_DIR}"
-                    sh "npx -y pagefind --source ${env.OUT_DIR}"
+                    sh "npx -v"
+                    sh "npx pagefind --source ${env.OUT_DIR}"
                 }
             }
         }