Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dcolina authored Oct 29, 2024
1 parent 4dd9ef6 commit 4032c39
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ runs:
id: maven-javadoc
with:
stage-name: "Deploy Javadoc"
maven-args: "javadoc:javadoc"
maven-args: "javadoc:javadoc -pl :dotcms-core"
generate-docker: false
cleanup-runner: true
restore-classes: true
Expand All @@ -55,11 +55,11 @@ runs:
if: success()
run: |
echo "::group::Generate/Push Javadoc"
# ls -R
ls -R ./dotCMS/target
site_dir=./dotCMS/target/site
javadoc_dir=${site_dir}/javadocs
ls $javadoc_dir
# ls $javadoc_dir
# s3_uri=s3://static.dotcms.com/docs/${{ inputs.release-version }}/javadocs
Expand Down

0 comments on commit 4032c39

Please sign in to comment.