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

jkevan pushed a commit to branch fixDocGenerationAndBuild
in repository https://gitbox.apache.org/repos/asf/unomi.git

commit 2722e2beb5f988d34bf7727b17595619aeeb8898
Author: Kevan <[email protected]>
AuthorDate: Wed Nov 17 16:09:57 2021 +0100

    UNOMI-529: try to fix documentation generation and artifacts push in github 
workflows
---
 .github/workflows/unomi-ci-build-tests.yml | 3 ---
 .github/workflows/unomi-ci-docs-deploy.yml | 5 ++++-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/unomi-ci-build-tests.yml 
b/.github/workflows/unomi-ci-build-tests.yml
index 6b77035..33ed368 100644
--- a/.github/workflows/unomi-ci-build-tests.yml
+++ b/.github/workflows/unomi-ci-build-tests.yml
@@ -22,9 +22,6 @@ jobs:
       with:
         java-version: ${{ matrix.java }}
 
-    - name: Build
-      run: mvn -U -B -e clean install -DskipTests
-
     - name: Tests
       run: mvn test
 
diff --git a/.github/workflows/unomi-ci-docs-deploy.yml 
b/.github/workflows/unomi-ci-docs-deploy.yml
index 796bfe3..a90be37 100644
--- a/.github/workflows/unomi-ci-docs-deploy.yml
+++ b/.github/workflows/unomi-ci-docs-deploy.yml
@@ -5,7 +5,7 @@ name: Unomi CI - Documentation and deployment
 
 on:
   push:
-    branches: [ master, unomi-1.6.x ]
+    branches: [ master, unomi-1.6.x, fixDocGenerationAndBuild ]
 
 jobs:
   docs-and-deploy:
@@ -20,6 +20,9 @@ jobs:
         server-username: NEXUS_USER
         server-password: NEXUS_PW
 
+    - name: Build
+      run: mvn -U -B -e clean install -DskipTests
+
     - name: Generate documentation
       run: mvn javadoc:aggregate source:aggregate
 

Reply via email to