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 b4f2c26 commit 34a510bCopy full SHA for 34a510b
.github/workflows/docs.yml
@@ -31,9 +31,19 @@ jobs:
31
activate-environment: true
32
enable-cache: true
33
34
+ - uses: actions/setup-java@v4
35
+ with:
36
+ distribution: temurin
37
+ java-version: 17
38
+
39
+ - uses: gradle/actions/setup-gradle@v4
40
41
- name: Sync dependencies
42
run: uv sync --frozen --no-dev
43
44
+ - name: Build API docs
45
+ run: ./gradlew :dokkaGenerate
46
47
- id: build
48
uses: hexdoc-dev/actions/build@v1
49
env:
@@ -71,8 +81,6 @@ jobs:
71
81
release: ${{ inputs.release }}
72
82
site-url: ${{ needs.build-hexdoc.outputs.pages-url }}
73
83
74
- # if you want to add extra things to your website (eg. Javadoc/Dokka), add it to _site/dst/docs here
75
-
76
84
- name: Deploy to Pages
77
85
uses: hexdoc-dev/actions/deploy-pages@v1
78
86
with:
0 commit comments