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

Commit 175c627

Browse files
committed
Test deploy after javadoc
1 parent 6baa5a8 commit 175c627

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@ jobs:
3131
run: mvn -B package
3232
- name: Build with Maven (Shade)
3333
run: mvn -Dshade=true -B package
34-
- name: Deploy with Maven
35-
run: mvn deploy -B -DskipTests=true -DaltDeploymentRepository=local::default::file://repo
3634
- name: Build Javadoc
3735
run: mvn -B javadoc:javadoc
3836
if: matrix.java-version == '17' && github.ref == 'refs/heads/master'
37+
- name: Deploy with Maven
38+
run: mvn deploy -B -DskipTests=true -DaltDeploymentRepository=local::default::file://repo
3939
- name: Upload Pages
4040
uses: peaceiris/actions-gh-pages@v3.8.0
4141
with:

0 commit comments

Comments
 (0)