Skip to content

Commit

Permalink
[skip ci] disable update javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
LemonCaramel committed Sep 4, 2023
1 parent b84023d commit 588193a
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions .github/workflows/daydream-api-build-1.19.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,22 +22,11 @@ jobs:
run: |
git config --global user.email "[email protected]"
git config --global user.name "Github Action"
- name : Build with Gradle
run: |
./gradlew applyApiPatches --no-daemon
./gradlew build --no-daemon
- name: Generate Javadoc
run: |
cd Daydream-API
../gradlew javadoc --no-daemon
- name: Deploy Javadoc
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: gh-pages
folder: Daydream-API/build/docs/javadoc
- name: Publish package
uses: gradle/gradle-build-action@v2
Expand Down

0 comments on commit 588193a

Please sign in to comment.