From c495cde4e933279d85c55703ddfe9bbd1a7904da Mon Sep 17 00:00:00 2001 From: Jean-Hadrien Chabran Date: Mon, 30 May 2022 15:47:04 +0200 Subject: [PATCH] Update docsite to v1.8.7 (#36237) --- dev/docsite.sh | 2 +- sg.config.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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)