We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36abcf0 commit ca4e492Copy full SHA for ca4e492
.github/workflows/docs.yml
@@ -37,7 +37,7 @@ jobs:
37
mv ./miuix/build/dokka/html/* ./docs/public/dokka
38
./gradlew :docs:demo:jsBrowserDistribution
39
mkdir -p ./docs/public/compose
40
- mv ./miuix/docs/demo/build/dist/js/productionExecutable/* ./public/docs/compose
+ mv ./miuix/docs/demo/build/dist/js/productionExecutable/* ./docs/public/compose
41
cd ./docs
42
yarn install
43
yarn docs:build
0 commit comments