Skip to content

Commit

Permalink
Made changes to javadoc.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shrutikumar15 committed Sep 4, 2023
1 parent 0b2e859 commit 1579995
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/javadoc.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
name: Maven Site

on:
push:
branches: [ main ]
pull_request_target:
types: [ opened, edited, synchronize, ready_for_review, review_requested, review_request_removed ]
branches: [ main ]

jobs:
build:

Expand All @@ -28,7 +21,6 @@ jobs:
# -B,--batch-mode Run in non-interactive (batch) mode (disables output color)
# To learn more about options: https://maven.apache.org/ref/3.6.3/maven-embedder/cli.html
run: |
mvn package -B -e -X
mvn clean site -B -e -X --projects 'jsgenerator-core'
env:
MAVEN_SITE_GITHUB_OAUTH_TOKEN: ${{ secrets.MAVEN_SITE_GITHUB_OAUTH_TOKEN }}

0 comments on commit 1579995

Please sign in to comment.