Skip to content
This repository has been archived by the owner on Dec 9, 2022. It is now read-only.

Commit

Permalink
Test deploy after javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
dustalov committed Feb 26, 2022
1 parent 6baa5a8 commit 175c627
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ jobs:
run: mvn -B package
- name: Build with Maven (Shade)
run: mvn -Dshade=true -B package
- name: Deploy with Maven
run: mvn deploy -B -DskipTests=true -DaltDeploymentRepository=local::default::file://repo
- name: Build Javadoc
run: mvn -B javadoc:javadoc
if: matrix.java-version == '17' && github.ref == 'refs/heads/master'
- name: Deploy with Maven
run: mvn deploy -B -DskipTests=true -DaltDeploymentRepository=local::default::file://repo
- name: Upload Pages
uses: peaceiris/[email protected]
with:
Expand Down

0 comments on commit 175c627

Please sign in to comment.