Skip to content

Commit

Permalink
Fix CD (#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
jisungbin committed Feb 26, 2024
1 parent 98a55a1 commit 21c904c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/document-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
run: cd documentation && mkdocs build && pwd

- name: Build dokka at runtime
run: cd .. && pwd && ./gradlew :runtime:dokkaHtml
run: pwd && ./gradlew :runtime:dokkaHtml

- name: Setup Pages
uses: actions/configure-pages@v4
Expand Down

0 comments on commit 21c904c

Please sign in to comment.