Skip to content

Commit 73bf5be

Browse files
committed
chore: test
1 parent 6697527 commit 73bf5be

File tree

4 files changed

+13
-66
lines changed

4 files changed

+13
-66
lines changed

.github/workflows/docsite-publish-ghpages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name: 'Docsite publish to Github Pages'
44
on:
55
push:
66
branches:
7-
- chore/ghp-deployments-test
7+
- chore/ghp-deployments-test-2
88
workflow_dispatch:
99

1010
jobs:

apps/public-docsite-v9/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
"private": true,
55
"description": "Fluent UI React v9 documentation",
66
"scripts": {
7-
"build-storybook": "cross-env NODE_OPTIONS=--max_old_space_size=3072 DEPLOY_PATH=/react/ storybook build -o ./dist/react --docs",
7+
"build-storybook": "cross-env NODE_OPTIONS=--max_old_space_size=3072 DEPLOY_PATH=/fluentui/ storybook build -o ./dist/storybook --docs",
8+
"build-storybook:react": "cross-env NODE_OPTIONS=--max_old_space_size=3072 DEPLOY_PATH=/react/ storybook build -o ./dist/react --docs",
89
"postbuild-storybook": "yarn rewrite-title",
9-
"rewrite-title": "node -r ../../scripts/ts-node/src/register ../../scripts/storybook/src/scripts/rewrite-title.ts --title 'Fluent UI React v9' --distPath ./dist/react",
10-
"inject-redirect": "node -r ../../scripts/ts-node/src/register ../../scripts/storybook/src/scripts/inject-redirect.ts --distPath ./dist/ --redirectUrl https://mainframev.github.io/fluentui/react",
10+
"rewrite-title": "node -r ../../scripts/ts-node/src/register ../../scripts/storybook/src/scripts/rewrite-title.ts --title 'Fluent UI React v9' --distPath ./dist/storybook",
1111
"generate-llms-docs": "yarn storybook-llms-extractor --config storybook-llms.config.js",
1212
"clean": "just-scripts clean",
1313
"code-style": "just-scripts code-style",

apps/public-docsite-v9/project.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,19 @@
55
"implicitDependencies": ["tag:type:stories"],
66
"tags": ["platform:web", "vNext"],
77
"targets": {
8+
"build-storybook": {
9+
"dependsOn": [
10+
{
11+
"projects": ["react-storybook-addon", "react-storybook-addon-export-to-sandbox", "storybook-llms-extractor"],
12+
"target": "build"
13+
}
14+
]
15+
},
816
"build-storybook:docsite": {
917
"executor": "nx:noop",
1018
"dependsOn": [
1119
"build-storybook",
12-
"inject-redirect",
20+
"build-storybook:react",
1321
{
1422
"projects": ["chart-docsite", "web-components"],
1523
"target": "build-storybook:docsite"

scripts/storybook/src/scripts/inject-redirect.ts

Lines changed: 0 additions & 61 deletions
This file was deleted.

0 commit comments

Comments
 (0)