Skip to content

Commit

Permalink
Fix the path for Java javadoc HTMLs
Browse files Browse the repository at this point in the history
Do not trigger the workflow for changes in the SDKs

Signed-off-by: Martin Tzvetanov Grigorov <mgrigorov@apache.org>
  • Loading branch information
martin-g committed Apr 13, 2023
1 parent 1ac7785 commit 14557e0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ on:
paths:
- .github/workflows/docs.yaml
- doc/**
- lang/c/**

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down Expand Up @@ -139,14 +138,14 @@ jobs:
run: |
set -x
cd lang/java
mvn -Pdist javadoc::aggregate
mvn javadoc::aggregate
ls -la target
ls -la target/apidocs
- uses: actions/upload-artifact@v3
with:
name: api-java
path: lang/java/target/apidocs
path: lang/java/target/site/apidocs

push-website:
name: Push website
Expand Down

0 comments on commit 14557e0

Please sign in to comment.