We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e11eabb commit a7ae995Copy full SHA for a7ae995
.github/workflows/generate_javadoc.yml
@@ -21,7 +21,7 @@ jobs:
21
- name: Generate Javadoc
22
run: ./gradlew javadoc
23
- name: Push changes
24
- uses: peaceiris/actions-gh-pages@v3
+ uses: peaceiris/actions-gh-pages@v3.8.0
25
with:
26
github_token: ${{ secrets.GITHUB_TOKEN }}
27
publish_dir: ./docs
0 commit comments