Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alorma authored Jan 19, 2025
1 parent 89c2d9c commit 9036cc5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -239,8 +239,8 @@ jobs:
- name: Build dokka - Main
run: ./gradlew dokkaGeneratePublicationHtml

- name: Copy dokka html to dist
run: cp -r docs/html composeApp/build/dist/wasmJs/productionExecutable/dokka
# - name: Copy dokka html to dist
# run: cp -r docs/html composeApp/#build/dist/wasmJs/productionExecutable/#dokka

- name: Upload your page as github pages artifact
uses: actions/upload-pages-artifact@v3
Expand Down

0 comments on commit 9036cc5

Please sign in to comment.