Fix cd bug.

This commit is contained in:
2026-04-19 22:51:28 +01:00
parent d30a945580
commit 387fd99bdc

View File

@@ -141,7 +141,7 @@ EOF
<ul class="languages">
EOF
)"
(cd "repos/$name" &&
(cd "$repos/$name" &&
quarto render "$name.qmd" -o "$name.html" >/dev/null 2>/dev/null &&
mv "$name.html" "../../tmp-portfolio/$name.html"
)