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: