mirror of
https://github.com/stancl/tenancy-docs.git
synced 2025-12-12 02:04:03 +00:00
Fix build.sh
This commit is contained in:
parent
8d31288d70
commit
2530f17bc2
2 changed files with 3 additions and 1 deletions
1
build.sh
1
build.sh
|
|
@ -6,4 +6,5 @@ cd docs
|
|||
composer install
|
||||
npm install
|
||||
npm run production
|
||||
mkdir -p ../dist/docs
|
||||
cp -R build_production/* ../dist/docs
|
||||
|
|
@ -5,4 +5,5 @@ command = "./build.sh"
|
|||
|
||||
[[redirects]]
|
||||
from = "/docs/master/*"
|
||||
to = "/docs/2.x/:splat"
|
||||
to = "/docs/2.x/:splat"
|
||||
status = 302
|
||||
Loading…
Add table
Add a link
Reference in a new issue