diff --git a/build.sh b/build.sh index 729fda1..b9a1d30 100644 --- a/build.sh +++ b/build.sh @@ -1,6 +1,4 @@ #!/usr/bin/env bash pug index.pug index.html - -cd includes -lessc style.less style.css \ No newline at end of file +lessc includes/style.less includes/style.css \ No newline at end of file