mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-22 02:18:26 +00:00
Remove other now obsolete nix files
This commit is contained in:
@ -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/"
|
||||
|
Reference in New Issue
Block a user