Skip to content

Commit

Permalink
Fix CD (#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
jisungbin committed Feb 26, 2024
1 parent 252acdd commit 98a55a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/document-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@ jobs:
run: pip install mkdocs-material

- name: Build mkdocs-material
run: cd documentation && mkdocs build
run: cd documentation && mkdocs build && pwd

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

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

0 comments on commit 98a55a1

Please sign in to comment.