Skip to content

Commit

Permalink
Add missing slash for release docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tronical authored Dec 21, 2024
1 parent 9db8027 commit cde60bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
base_path="/master/docs/slint/"
else
base_url="https://releases.slint.dev"
base_path="/${{ steps.version.outputs.VERSION }}/docs/slint"
base_path="/${{ steps.version.outputs.VERSION }}/docs/slint/"
fi
sed -i "s|BASE_URL = \".*\"|BASE_URL = \"$base_url\"|" docs/astro/src/utils/site-config.ts
sed -i "s|BASE_PATH = \".*\"|BASE_PATH = \"$base_path\"|" docs/astro/src/utils/site-config.ts
Expand Down

0 comments on commit cde60bd

Please sign in to comment.