mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 16:11:57 +00:00
Update docsite to v1.8.7 (#36237)
This commit is contained in:
parent
709793f1fb
commit
c495cde4e9
@ -5,7 +5,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.6
|
||||
version=v1.8.7
|
||||
suffix="${version}_$(go env GOOS)_$(go env GOARCH)"
|
||||
url="https://github.com/sourcegraph/docsite/releases/download/${version}/docsite_${suffix}"
|
||||
|
||||
|
||||
@ -340,7 +340,7 @@ commands:
|
||||
-o .bin/docsite_${DOCSITE_VERSION} && chmod +x .bin/docsite_${DOCSITE_VERSION}
|
||||
fi
|
||||
env:
|
||||
DOCSITE_VERSION: v1.8.6 # Update DOCSITE_VERSION in all places (including outside this repo)
|
||||
DOCSITE_VERSION: v1.8.7 # Update DOCSITE_VERSION in all places (including outside this repo)
|
||||
|
||||
syntax-highlighter:
|
||||
ignoreStdout: true
|
||||
@ -975,4 +975,4 @@ tests:
|
||||
docsite:
|
||||
cmd: .bin/docsite_${DOCSITE_VERSION} check ./doc
|
||||
env:
|
||||
DOCSITE_VERSION: v1.8.6 # Update DOCSITE_VERSION everywhere in all places (including outside this repo)
|
||||
DOCSITE_VERSION: v1.8.7 # Update DOCSITE_VERSION everywhere in all places (including outside this repo)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user