You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@causeway.apache.org by ah...@apache.org on 2023/02/19 06:52:12 UTC

[causeway] branch master updated: CAUSEWAY-2445: attempted CI build fix (antora version print issue)

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

ahuber pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/causeway.git


The following commit(s) were added to refs/heads/master by this push:
     new 859cd2543c CAUSEWAY-2445: attempted CI build fix (antora version print issue)
859cd2543c is described below

commit 859cd2543c24da15603d66ffb74552c5e3a57678
Author: andi-huber <ah...@apache.org>
AuthorDate: Sun Feb 19 07:52:07 2023 +0100

    CAUSEWAY-2445: attempted CI build fix (antora version print issue)
---
 .github/workflows/ci-build-site-no-push.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/ci-build-site-no-push.yml b/.github/workflows/ci-build-site-no-push.yml
index 8e50fa2ed2..1a7c180051 100644
--- a/.github/workflows/ci-build-site-no-push.yml
+++ b/.github/workflows/ci-build-site-no-push.yml
@@ -69,10 +69,10 @@ jobs:
       # because we have no privileges to install them globally with -g option
       run: npm i @antora/cli@^3.1.1 @antora/site-generator-default@^3.1.1  asciidoctor-kroki
 
-    - name: Print Antora Version
+    - name: List Versions of installed NPM Packages
       shell: bash
       working-directory: ${{ env.PROJECT_ROOT_PATH }}
-      run: $(npm bin)/antora version
+      run: npm list
 
     - name: Setup Groovy
       if: steps.revision.outputs.revision != 'skip'