forked from sorceress/EasyAuth
Update javadoc.yml
This commit is contained in:
parent
e906187238
commit
2012fe6397
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue