Skip to content

Commit ab4898e

Browse files
authored
Fix docs publishing (#203)
* try and fix the docs publishing * only do it on main now
1 parent b11feaa commit ab4898e

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/docs.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,12 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout
13-
uses: actions/checkout@v3
13+
uses: actions/checkout@v4
14+
- name: Setup Java
15+
uses: actions/setup-java@v4
16+
with:
17+
distribution: 'adopt'
18+
java-version: '17'
1419
- name: Build documentation
1520
run: ./gradlew dokkaHtml
1621
- name: Publish documentation

0 commit comments

Comments
 (0)