Fix links in changelog due to page moves, fix doc title

This commit is contained in:
eikek
2022-05-22 13:36:59 +02:00
parent 284bbe9d41
commit e5c761f7e0
3 changed files with 4 additions and 4 deletions

View File

@ -34,7 +34,7 @@ trap "{ rm -rf '$temp'; }" EXIT
echo "Cloning docspell into new location $temp"
git clone git@github.com:eikek/docspell.git "$temp"
cd "$temp" && git checkout --track origin/gh-pages
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'