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.
pull/977/head
Andrew Morgan 3 years ago committed by Richard van der Hoff
parent a17023962c
commit ee1f85ca8b

@ -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:

Loading…
Cancel
Save