diff --git a/dev/docsite.sh b/dev/docsite.sh index da4d6756e3f..1082154977f 100755 --- a/dev/docsite.sh +++ b/dev/docsite.sh @@ -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}" diff --git a/sg.config.yaml b/sg.config.yaml index 616b1fe013a..d670b5e4f55 100644 --- a/sg.config.yaml +++ b/sg.config.yaml @@ -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)