Remove other now obsolete nix files

This commit is contained in:
eikek
2024-03-10 15:36:40 +01:00
parent f3f246d798
commit 3aad3b7be4
8 changed files with 16 additions and 76 deletions

View File

@ -37,7 +37,7 @@ git clone git@github.com:eikek/docspell.git "$temp"
cd "$temp" && git checkout --track origin/gh-pages && rm -rf "$temp"/*
echo "Create new website from current working directory"
cd $cdir && nix-shell website/shell.nix --run 'sbt make-website'
cd $cdir && sbt make-website
echo "Copying new site to target"
cp -R "$cdir"/website/target/zola-site/* "$temp/"