Fix cd bug.
This commit is contained in:
@@ -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"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user