Skip to content

Commit b36fe80

Browse files
committed
Fixed Jitpack compilation
1 parent 52c6266 commit b36fe80

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/main.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,12 @@ jobs:
3232
run: echo "PCFET0NUWVBFIGh0bWw+PGh0bWw+PGhlYWQ+PG1ldGEgaHR0cC1lcXVpdj0iUmVmcmVzaCIgY29udGVudD0iMDsgdXJsPSd0YXN0aWNhbGVuZGFyL2luZGV4Lmh0bWwnIiAvPjwvaGVhZD48Ym9keT48L2JvZHk+PC9odG1sPgo=" | base64 -d > ./build/dokka/htmlMultiModule/index.html
3333
- name: Setup Pages
3434
uses: actions/configure-pages@v5
35-
- name: Upload artifact
35+
- name: Upload Dokka HTML
3636
uses: actions/upload-pages-artifact@v3
3737
with:
38-
path: 'build/dokka/htmlMultiModule/'
38+
path: |
39+
build/dokka/htmlMultiModule
40+
build/dokka/html
3941
- name: Deploy to GitHub Pages
4042
id: deployment
4143
uses: actions/deploy-pages@v4

jitpack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
jdk:
2-
- openjdk11
2+
- openjdk17

0 commit comments

Comments
 (0)