Skip to content

Commit bac8fcc

Browse files
committed
Remove documentation upload from the new maven central release workflow
1 parent bb3fde3 commit bac8fcc

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/new-maven-central-release.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,3 @@ jobs:
3737
run: |
3838
./mvnw -B clean install -DskipTests
3939
./mvnw -B clean deploy -Psonatype -s settings.xml
40-
41-
- name: Setup Graphviz
42-
uses: ts-graphviz/setup-graphviz@v1
43-
44-
- name: Deploy documentation
45-
env:
46-
ARTIFACTORY_USERNAME: ${{ secrets.ARTIFACTORY_USERNAME }}
47-
ARTIFACTORY_PASSWORD: ${{ secrets.ARTIFACTORY_PASSWORD }}
48-
run: ./mvnw -B clean deploy -Pdocumentation

0 commit comments

Comments
 (0)