mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 17:11:49 +00:00
Update docsite comment (#30152)
This commit is contained in:
parent
a2051b6483
commit
dfef6209aa
@ -4,6 +4,7 @@ set -euf -o pipefail
|
||||
|
||||
pushd "$(dirname "${BASH_SOURCE[0]}")/.." >/dev/null
|
||||
|
||||
# Update DOCSITE_VERSION everywhere in all places (including outside this repo)
|
||||
version=v1.8.5
|
||||
suffix="${version}_$(go env GOOS)_$(go env GOARCH)"
|
||||
url="https://github.com/sourcegraph/docsite/releases/download/${version}/docsite_${suffix}"
|
||||
|
||||
@ -336,7 +336,7 @@ commands:
|
||||
-o .bin/docsite_${DOCSITE_VERSION} && chmod +x .bin/docsite_${DOCSITE_VERSION}
|
||||
fi
|
||||
env:
|
||||
DOCSITE_VERSION: v1.8.5 # make sure to update all DOCSITE_VERSION
|
||||
DOCSITE_VERSION: v1.8.5 # Update DOCSITE_VERSION in all places (including outside this repo)
|
||||
|
||||
syntax-highlighter:
|
||||
ignoreStdout: true
|
||||
@ -1014,4 +1014,4 @@ tests:
|
||||
docsite:
|
||||
cmd: .bin/docsite_${DOCSITE_VERSION} check ./doc
|
||||
env:
|
||||
DOCSITE_VERSION: v1.8.5 # make sure to update all DOCSITE_VERSION
|
||||
DOCSITE_VERSION: v1.8.5 # Update DOCSITE_VERSION everywhere in all places (including outside this repo)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user