We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9db8027 commit cde60bdCopy full SHA for cde60bd
.github/workflows/build_docs.yaml
@@ -106,7 +106,7 @@ jobs:
106
base_path="/master/docs/slint/"
107
else
108
base_url="https://releases.slint.dev"
109
- base_path="/${{ steps.version.outputs.VERSION }}/docs/slint"
+ base_path="/${{ steps.version.outputs.VERSION }}/docs/slint/"
110
fi
111
sed -i "s|BASE_URL = \".*\"|BASE_URL = \"$base_url\"|" docs/astro/src/utils/site-config.ts
112
sed -i "s|BASE_PATH = \".*\"|BASE_PATH = \"$base_path\"|" docs/astro/src/utils/site-config.ts
0 commit comments