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.
This commit is contained in:
parent
a17023962c
commit
ee1f85ca8b
1 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue