Skip to content

Commit 280df97

Browse files
committed
chore: fix path locations
Signed-off-by: BRIAN GLEESON <Brian.Gleeson@ie.ibm.com>
1 parent 3d3eca0 commit 280df97

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
GITHUB_REPO_SLUG: ${{ github.repository }}
6363
GITHUB_TAG: ${{ github.ref_name}}
6464
run: |
65-
build/publishJavadoc-gha.sh
65+
main/build/publishJavadoc-gha.sh
6666
6767
publish-maven-central:
6868
# Requires GPG_KEYNAME, GPG_PRIVATE_KEY, GPG_PASSPHRASE, CP_USERNAME, CP_PASSWORD

build/publishJavadoc-gha.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ popd
4444
pushd gh-pages
4545

4646
printf "\n>>>>> Generating gh-pages index.html...\n"
47-
build/generateJavadocIndex.sh > index.html
47+
../main/build/generateJavadocIndex.sh > index.html
4848

4949
printf "\n>>>>> Committing new javadoc...\n"
5050
git add -f .

0 commit comments

Comments
 (0)