mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-03 19:32:35 +02:00
* improve ci * improve ci * use actions/setup-node@v2 everywhere * run pwd for test * debug gh action * debug glob CI issue? * Separate v1/v2 tests due to shell conflict * cleanup * test v1 change * circleci fix * fix test docusaurus v1 paths * Refactor CI script names and use paths to filter actions from running unnecessary * fix lighthouse url * v1 tests runInBand * try to fix v1 tests race conditions * change rootDir for v1 tests * minor CI improvements
15 lines
474 B
TOML
15 lines
474 B
TOML
|
|
# Note: this file's config override the Netlify UI admin config
|
|
|
|
# default/production build
|
|
[build]
|
|
base = "/"
|
|
command = "yarn workspace docusaurus-2-website netlify:build:production"
|
|
publish = "website/build"
|
|
|
|
# we build deploy previews with a /build/ baseUrl on purpose
|
|
# permits to test that baseUrl works fine (this often breaks!)
|
|
[context.deploy-preview]
|
|
command = "yarn workspace docusaurus-2-website netlify:build:deployPreview"
|
|
publish = "website/build"
|
|
|