We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b8a8cfa + c1af1fe commit 7ccb6d9Copy full SHA for 7ccb6d9
.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
README.md
@@ -248,6 +248,6 @@ Here are some useful links:
248
- [CodeMC] CI server for dev builds. Those jar files may differ from the ones on bintray.
249
- [BotBlock4J] Original Wrapper from which this one originates.
250
251
-## Contributors
+# Contributors
252
We appreciate any contribution from others towards this project.
253
All contributors are listed on the [contributors.md] file.
0 commit comments