Skip to content

Commit 6405e43

Browse files
Swilder-Mwivwiv
authored andcommitted
chore(ci): fix preview script
Signed-off-by: Swilder-M <[email protected]>
1 parent 9c1378e commit 6405e43

File tree

2 files changed

+2
-307
lines changed

2 files changed

+2
-307
lines changed

.github/workflows/deploy_docs_legacy.yaml

-305
This file was deleted.

preview.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ if [ "$PRODUCT" = "ce" ]; then
3131
python3 "$THIS_DIR/gen.py" ce > directory.json
3232
docker run -p ${HOST_PORT}:8080 -it --name "$CONTAINER_NAME" \
3333
-v "$THIS_DIR"/directory.json:/app/docs/.vitepress/config/directory.json \
34-
-v "$THIS_DIR"/en_US:/app/docs/en/latest \
35-
-v "$THIS_DIR"/zh_CN:/app/docs/zh/latest \
34+
-v "$THIS_DIR"/en_US:/app/docs/en/emqx/latest \
35+
-v "$THIS_DIR"/zh_CN:/app/docs/zh/emqx/latest \
3636
-v "$THIS_DIR"/swagger:/app/docs/.vitepress/public/api \
3737
-e DOCS_TYPE=emqx \
3838
-e VERSION=latest \

0 commit comments

Comments
 (0)