From ee1f85ca8bda205715b23ff0654340bdacbbe95c Mon Sep 17 00:00:00 2001 From: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> Date: Mon, 1 Mar 2021 12:07:09 +0000 Subject: [PATCH] Update prod build's baseURL to /unstable (#3035) Since we're deploying to https://spec.matrix.org/unstable now. This only updates the `baseURL` for our buildkite build. The default is still `/` when doing a local build. --- .buildkite/pipeline.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.buildkite/pipeline.yaml b/.buildkite/pipeline.yaml index 1835bc96..b18d7bb1 100644 --- a/.buildkite/pipeline.yaml +++ b/.buildkite/pipeline.yaml @@ -28,7 +28,8 @@ steps: # Pull current proposal information - npm run get-proposals # Build the spec, will build to './spec' - - hugo -d "spec" + # Set the baseURL as we're deploying to https://spec.matrix.org/unstable + - hugo --baseURL "/unstable" -d "spec" # Compress the result and make it available as an artifact - tar -czf spec.tar.gz spec artifact_paths: