Skip to content

Commit

Permalink
docs and javadocs
Browse files Browse the repository at this point in the history
  • Loading branch information
erdos committed Jul 21, 2024
1 parent 3680a2f commit c633913
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Run javadoc tool
run: mkdir _site && clojure -T:build javadoc && cp -R target/javadoc _site
run: mkdir _site && make javadoc && cp -R target/javadoc _site
- name: Setup Pages
uses: actions/configure-pages@v3
- name: Build with Jekyll
Expand Down
2 changes: 1 addition & 1 deletion docs/Standalone.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ It may also be easier if your application's architecture is not written in java.

## Building

Build the project with the `clj -T:build uber` command to get a standalone application. The built output will be found in the `target` directory.
Build the project with the `make uberjar` command to get a standalone application. The built output will be found in the `target` directory.

Run the file with the `java -jar *-standalone.jar` command.

Expand Down

0 comments on commit c633913

Please sign in to comment.