Update docsite comment (#30152)

This commit is contained in:
Dax McDonald 2022-01-25 00:20:00 -07:00 committed by GitHub
parent a2051b6483
commit dfef6209aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View File

@ -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}"

View File

@ -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)