Skip to content

Commit 26c2ea5

Browse files
committed
Fix paths
1 parent a0e8ec0 commit 26c2ea5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@ jobs:
3737
with:
3838
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3939
BRANCH: site
40-
FOLDER: build/dokka/htmlMultiModule
40+
FOLDER: build/dokka/html
4141
TARGET_FOLDER: docs/latest/
4242
CLEAN: true

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@ jobs:
4343
with:
4444
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4545
BRANCH: site
46-
FOLDER: build/dokka/htmlMultiModule
46+
FOLDER: build/dokka/html
4747
TARGET_FOLDER: docs/0.x/
4848
CLEAN: true

0 commit comments

Comments
 (0)