Skip to content

Commit cde60bd

Browse files
authored
Add missing slash for release docs
1 parent 9db8027 commit cde60bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_docs.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
base_path="/master/docs/slint/"
107107
else
108108
base_url="https://releases.slint.dev"
109-
base_path="/${{ steps.version.outputs.VERSION }}/docs/slint"
109+
base_path="/${{ steps.version.outputs.VERSION }}/docs/slint/"
110110
fi
111111
sed -i "s|BASE_URL = \".*\"|BASE_URL = \"$base_url\"|" docs/astro/src/utils/site-config.ts
112112
sed -i "s|BASE_PATH = \".*\"|BASE_PATH = \"$base_path\"|" docs/astro/src/utils/site-config.ts

0 commit comments

Comments
 (0)