Skip to content

Commit

Permalink
Update Javadocs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
thenewgoat committed Apr 26, 2024
1 parent 7e95039 commit 7a2c21d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Javadocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
distribution: 'temurin'

- name: Build JavaDocs
run: javadoc -d .foms/docs -sourcepath .src -author -private -noqualifier all -version "controllers" "enums" "interfaces" "main" "models" "services" "stores" "test" "utils" "utils.exceptions" "views"
run: javadoc -d .foms/docs -sourcepath .foms -author -private -noqualifier all -version "controllers" "enums" "interfaces" "main" "models" "services" "stores" "test" "utils" "utils.exceptions" "views"

- name: Upload artifact
uses: actions/upload-pages-artifact@v1
Expand Down

0 comments on commit 7a2c21d

Please sign in to comment.