mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-22 02:18:26 +00:00
Fix links in changelog due to page moves, fix doc title
This commit is contained in:
@ -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'
|
||||
|
Reference in New Issue
Block a user