Skip to content

Commit 7ccb6d9

Browse files
authored
Merge pull request #224 from botblock/development
Minor readme changes
2 parents b8a8cfa + c1af1fe commit 7ccb6d9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/generate_javadoc.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Generate Javadoc
2222
run: ./gradlew javadoc
2323
- name: Push changes
24-
uses: peaceiris/actions-gh-pages@v3
24+
uses: peaceiris/actions-gh-pages@v3.8.0
2525
with:
2626
github_token: ${{ secrets.GITHUB_TOKEN }}
2727
publish_dir: ./docs

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,6 @@ Here are some useful links:
248248
- [CodeMC] CI server for dev builds. Those jar files may differ from the ones on bintray.
249249
- [BotBlock4J] Original Wrapper from which this one originates.
250250

251-
## Contributors
251+
# Contributors
252252
We appreciate any contribution from others towards this project.
253253
All contributors are listed on the [contributors.md] file.

0 commit comments

Comments
 (0)