Skip to content

Commit

Permalink
Disable deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
slawekjaranowski committed Jun 15, 2024
1 parent aa051a8 commit e487272
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@ jobs:
- name: Build with Maven
run: mvn -e -B -V verify site

deploy:
name: Deploy
needs: build
uses: mojohaus/.github/.github/workflows/maven-deploy.yml@master
secrets: inherit
# deploy:
# name: Deploy
# needs: build
# uses: mojohaus/.github/.github/workflows/maven-deploy.yml@master
# secrets: inherit


0 comments on commit e487272

Please sign in to comment.