Update javadoc action
This commit is contained in:
parent
8d8feecc73
commit
e906187238
|
@ -26,10 +26,7 @@ jobs:
|
||||||
run: ./gradlew javadoc
|
run: ./gradlew javadoc
|
||||||
- name: GitHub Pages Javadoc
|
- name: GitHub Pages Javadoc
|
||||||
if: success()
|
if: success()
|
||||||
uses: crazy-max/ghaction-github-pages@v1.4.0
|
uses: peaceiris/actions-gh-pages@v3
|
||||||
with:
|
with:
|
||||||
build_dir: build/docs/javadoc
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
target_branch: gh-pages
|
publish_dir: build/docs/javadoc
|
||||||
keep_history: false
|
|
||||||
env:
|
|
||||||
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
|
|
||||||
|
|
Loading…
Reference in New Issue