Skip to content

Commit 90b7706

Browse files
anoadragon453richvdh
authored andcommitted
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.
1 parent 52c11df commit 90b7706

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.buildkite/pipeline.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ steps:
2828
# Pull current proposal information
2929
- npm run get-proposals
3030
# Build the spec, will build to './spec'
31-
- hugo -d "spec"
31+
# Set the baseURL as we're deploying to https://spec.matrix.org/unstable
32+
- hugo --baseURL "/unstable" -d "spec"
3233
# Compress the result and make it available as an artifact
3334
- tar -czf spec.tar.gz spec
3435
artifact_paths:

0 commit comments

Comments
 (0)