Skip to content

Commit fd5fbd4

Browse files
committedMar 22, 2024
try and fix the docs publishing
1 parent b11feaa commit fd5fbd4

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed
 

‎.github/workflows/docs.yml

+7-1
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,20 @@ on:
33
push:
44
branches:
55
- main
6+
- np/fixes-docs
67
permissions:
78
contents: write
89
jobs:
910
publish-docs:
1011
runs-on: ubuntu-latest
1112
steps:
1213
- name: Checkout
13-
uses: actions/checkout@v3
14+
uses: actions/checkout@v4
15+
- name: Setup Java
16+
uses: actions/setup-java@v4
17+
with:
18+
distribution: 'adopt'
19+
java-version: '17'
1420
- name: Build documentation
1521
run: ./gradlew dokkaHtml
1622
- name: Publish documentation

0 commit comments

Comments
 (0)