Update javadoc.yml

This commit is contained in:
samo_lego 2020-08-24 10:14:49 +02:00 committed by GitHub
parent e906187238
commit 2012fe6397
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 6 deletions

View File

@ -24,9 +24,9 @@ jobs:
run: chmod +x gradlew
- name: Build with Gradle
run: ./gradlew javadoc
- name: GitHub Pages Javadoc
if: success()
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: build/docs/javadoc
- name: GitHub Pages Javadoc
if: success()
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: build/docs/javadoc