Skip to content

Commit

Permalink
chore: fix demo path for GitHub pages
Browse files Browse the repository at this point in the history
  • Loading branch information
toedter committed Dec 23, 2024
1 parent ba02767 commit 38e63e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ tasks.register('doc') {

doLast {
copy {
from "$projectDir/dist/hal-explorer"
from "$projectDir/dist/hal-explorer/browser"
into "$projectDir/build/docs/gh-pages/snapshot/hal-explorer"
}

Expand Down

0 comments on commit 38e63e0

Please sign in to comment.