Skip to content
This repository was archived by the owner on Oct 25, 2025. It is now read-only.

Commit 21c904c

Browse files
authored
Fix CD (#113)
1 parent 98a55a1 commit 21c904c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/document-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
run: cd documentation && mkdocs build && pwd
5757

5858
- name: Build dokka at runtime
59-
run: cd .. && pwd && ./gradlew :runtime:dokkaHtml
59+
run: pwd && ./gradlew :runtime:dokkaHtml
6060

6161
- name: Setup Pages
6262
uses: actions/configure-pages@v4

0 commit comments

Comments
 (0)