Skip to content

Commit 98603a6

Browse files
committed
adjusted directory
1 parent bbaf03a commit 98603a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pull_request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@ jobs:
4242
uses: actions/upload-artifact@v2
4343
with:
4444
name: artefact
45-
path: ./build/htmlMultiModule
45+
path: build/dokka/htmlMultiModule
4646
- name: Deploy API documentation to Github Pages
4747
uses: JamesIves/github-pages-deploy-action@v4
4848
with:
4949
branch: gh-pages
50-
folder: ./build/htmlMultiModule/dokka/html
50+
folder: build/dokka/htmlMultiModule
5151
target-folder: api

0 commit comments

Comments
 (0)