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/3037/head
Andrew Morgan 5 years ago committed by GitHub
parent d3adafb984
commit bda42e4e55
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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