File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,9 @@ require_environment_variable BUILD_DIR "${BASH_SOURCE[0]}" ${LINENO}
30
30
CI_TARGET=${CI_TARGET:- $(basename " ${0% .sh} " )}
31
31
GIT_NAME=${GIT_NAME:- marvim}
32
32
GIT_EMAIL=${GIT_EMAIL:- marvim@ users.noreply.github.com}
33
+ DOC_DIR=${DOC_DIR:- ${BUILD_DIR} / build/ doc}
34
+ DOC_REPO=${DOC_REPO:- neovim/ doc}
35
+ DOC_BRANCH=${DOC_BRANCH:- gh-pages}
33
36
34
37
git_truncate () {
35
38
local branch=" ${1} "
Original file line number Diff line number Diff line change @@ -7,10 +7,6 @@ source "$BUILD_DIR/ci/common/common.sh"
7
7
8
8
require_environment_variable BUILD_DIR " ${BASH_SOURCE[0]} " ${LINENO}
9
9
10
- DOC_DIR=${DOC_DIR:- ${BUILD_DIR} / build/ doc}
11
- DOC_REPO=${DOC_REPO:- neovim/ doc}
12
- DOC_BRANCH=${DOC_BRANCH:- gh-pages}
13
-
14
10
# Trim the https://github.com/neovim/doc/ repository history, else it gets huge
15
11
# and slow to clone. We don't care about the history of the `gh-pages` branch.
16
12
try_truncate_history () {
You can’t perform that action at this time.
0 commit comments