Skip to content

Commit

Permalink
javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksandraGorska02 committed Dec 17, 2023
1 parent 2e99a93 commit 90018ac
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,9 @@ jobs:
prerelease: true
title: Release ${{ steps.tag_version.outputs.new_tag }}
files: ${{ env.artifactPath }}/io-project-architecture-0.1.jar

- name: generate Javadoc
run: |
mvn javadoc:javadoc
mvn javadoc:javadoc
echo "javadocPath=$(pwd)/target/site/apidocs" >> $GITHUB_ENV
- uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 90018ac

Please # to comment.