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 930b13d commit 4dd9ef6
Showing 1 changed file with 2 additions and 2 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: "validate"
maven-args: "javadoc:javadoc"
generate-docker: false
cleanup-runner: true
restore-classes: true
Expand All @@ -55,7 +55,7 @@ runs:
if: success()
run: |
echo "::group::Generate/Push Javadoc"
ls -R
# ls -R
site_dir=./dotCMS/target/site
javadoc_dir=${site_dir}/javadocs
Expand Down

0 comments on commit 4dd9ef6

Please sign in to comment.