Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ci/truncate-history.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ DOC_DIR=${DOC_DIR:-${BUILD_DIR}/build/doc}
DOC_REPO=${DOC_REPO:-neovim/doc}
DOC_BRANCH=${DOC_BRANCH:-gh-pages}

# Trim the https://github.com/neovim/doc/ repository history, els it gets huge
# Trim the https://github.com/neovim/doc/ repository history, else it gets huge
# and slow to clone. We don't care about the history of the `gh-pages` branch.
try_truncate_history() {
cd "${DOC_DIR}" || { log_error "try_truncate_history: cd failed"; exit 1; }
Expand Down