You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by ah...@apache.org on 2021/02/01 10:48:42 UTC

[isis] branch master updated: ISIS-2445: proposed site build fix

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/isis.git


The following commit(s) were added to refs/heads/master by this push:
     new 6714f32  ISIS-2445: proposed site build fix
6714f32 is described below

commit 6714f325c434fe4680f75ce54cd2e830dc8f4ec7
Author: Andi Huber <ah...@apache.org>
AuthorDate: Mon Feb 1 11:48:25 2021 +0100

    ISIS-2445: proposed site build fix
---
 .github/workflows/ci-build-site-no-push.yml | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/ci-build-site-no-push.yml b/.github/workflows/ci-build-site-no-push.yml
index d742a37..db0ca1d 100644
--- a/.github/workflows/ci-build-site-no-push.yml
+++ b/.github/workflows/ci-build-site-no-push.yml
@@ -84,7 +84,11 @@ jobs:
     - name: Build Apache Isis Site
       shell: bash
       working-directory: ${{ env.PROJECT_ROOT_PATH }}
-      run: bash -x $CI_SCRIPTS_PATH/build-site.sh $ANTORA_PLAYBOOKS_PATH/site.yml
+      run: bash -x $CI_SCRIPTS_PATH/_build-site.sh $ANTORA_PLAYBOOKS_PATH/site.yml
       env:
         REVISION: ${{ steps.revision.outputs.revision }}
         SKIP_INDEX_GENERATION: true
+        SKIP_OVERVIEW_GENERATION: true
+        SKIP_EXAMPLES: true
+        SKIP_CONFIGS: true
+        SKIP_STALE_EXAMPLE_CHECK: true