Skip to content

Commit

Permalink
github javadoc: install jar, not just package it (#1037)
Browse files Browse the repository at this point in the history
  • Loading branch information
lsf37 authored Jan 8, 2023
1 parent f21afdb commit 7012106
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
cache: maven
- name: '🔨 Build JFlex jar'
run: |
cd jflex; mvn -Pfastbuild package
cd jflex; mvn -Pfastbuild install
- name: '📝 Javadoc'
run: |
mvn javadoc:javadoc
Expand Down

0 comments on commit 7012106

Please sign in to comment.