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 a0e8ec0 commit 26c2ea5Copy full SHA for 26c2ea5
.github/workflows/build.yaml
@@ -37,6 +37,6 @@ jobs:
37
with:
38
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
39
BRANCH: site
40
- FOLDER: build/dokka/htmlMultiModule
+ FOLDER: build/dokka/html
41
TARGET_FOLDER: docs/latest/
42
CLEAN: true
.github/workflows/release.yaml
@@ -43,6 +43,6 @@ jobs:
43
44
45
46
47
TARGET_FOLDER: docs/0.x/
48
0 commit comments