Skip to content

Commit

Permalink
Fix deployment action for documentation website
Browse files Browse the repository at this point in the history
  • Loading branch information
thunderbiscuit committed Jan 7, 2024
1 parent 0f98d48 commit 584cb14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: ./gradlew dokkaHtml

- name: "Add API docs to mkdocs structure"
run: mv ./build/dokka/html/ ./docs/api/
run: mv ./lib/build/dokka/html/ ./docs/api/

- name: "Install Python"
uses: actions/setup-python@v4
Expand Down

0 comments on commit 584cb14

Please sign in to comment.