mirror of
https://gitlab.freedesktop.org/libinput/libei.git
synced 2026-01-13 22:30:19 +01:00
doc: drop the git depth from the hugo theme
We need a specific SHA so let's not risk that one being outside that depth that we clone to.
This commit is contained in:
parent
05d79f6e58
commit
57e7cd7972
1 changed files with 1 additions and 1 deletions
|
|
@ -63,7 +63,7 @@ if [[ -e "$SITEDIR" ]]; then
|
|||
echo "$SITEDIR already exists, updating"
|
||||
else
|
||||
hugo new site "$SITEDIR"
|
||||
git clone --depth=50 https://github.com/McShelby/hugo-theme-relearn "$SITEDIR/themes/hugo-theme-relearn"
|
||||
git clone https://github.com/McShelby/hugo-theme-relearn "$SITEDIR/themes/hugo-theme-relearn"
|
||||
pushd "$SITEDIR/themes/hugo-theme-relearn" > /dev/null || exit 1
|
||||
git reset --hard $TEMPLATE_SHA
|
||||
popd > /dev/null || exit 1
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue