File tree 3 files changed +10
-1
lines changed
3 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -463,7 +463,7 @@ release-ci: push-image push-manifest-list-latest
463
463
endif
464
464
465
465
.PHONY : netlify-prod
466
- netlify-prod : clean docs-clean build docs-production-build
466
+ netlify-prod : clean docs-clean build docs-production-build docs-new-site
467
467
468
468
.PHONY : netlify-preview
469
469
netlify-preview : clean docs-clean build docs-live-blocks-install-deps docs-live-blocks-test docs-dev-generate docs-preview-build
Original file line number Diff line number Diff line change @@ -89,3 +89,10 @@ preview-build:
89
89
--buildFuture \
90
90
--ignoreCache
91
91
make live-blocks-inject
92
+
93
+ .PHONY : new-site
94
+ new-site :
95
+ cd new
96
+ npm ci
97
+ npx docusaurus build
98
+ cp -r build/. ../website/public/new
Original file line number Diff line number Diff line change
1
+ User-agent: *
2
+ Disallow: /new/
You can’t perform that action at this time.
0 commit comments