mirror of
https://github.com/RGBCube/HTMNIX
synced 2025-07-24 22:47:43 +00:00
Remove 'done!' echos from build.sh
This commit is contained in:
parent
5a886290e8
commit
ea294f5fec
1 changed files with 0 additions and 4 deletions
4
build.sh
4
build.sh
|
@ -14,13 +14,9 @@ for file in $(find site -type f); do
|
|||
if [[ "$file" =~ .nix$ ]]; then
|
||||
echo "Processing file $file to _${file%.nix}.html..."
|
||||
TARGET_FILE=$(realpath "$file") nix eval "${HTMNIX_REF:-github:RGBCube/HTMNIX}#result" --impure --raw --apply toString > "_${file%.nix}.html"
|
||||
echo "Done!"
|
||||
else
|
||||
echo "Copying file $file to _$file..."
|
||||
cp "$file" "_$file"
|
||||
echo "Done!"
|
||||
fi
|
||||
fi
|
||||
done
|
||||
|
||||
echo "All done!"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue