Fix style dir
This commit is contained in:
parent
0570e86605
commit
da55542c03
|
@ -38,7 +38,7 @@ pkgs.stdenv.mkDerivation {
|
|||
|
||||
buildPhase = ''
|
||||
echo 'Building CSS'
|
||||
sass --update style:_site/css --style compressed
|
||||
sass --update style:_site/style --style compressed
|
||||
|
||||
echo 'Building site'
|
||||
yarn --offline eleventy
|
||||
|
|
Loading…
Reference in a new issue