diff --git a/.github/workflows/deploy-github-pages.yml b/.github/workflows/deploy-github-pages.yml index d37d8d9f..342d4435 100644 --- a/.github/workflows/deploy-github-pages.yml +++ b/.github/workflows/deploy-github-pages.yml @@ -32,7 +32,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - run: npm ci - - run: BASE_PATH=/quantum npm run build-storybook + - run: npm run build-storybook - name: Setup Pages uses: actions/configure-pages@v5 - name: Upload artifact diff --git a/.storybook/main.ts b/.storybook/main.ts index be1ae027..7f558e1c 100644 --- a/.storybook/main.ts +++ b/.storybook/main.ts @@ -28,8 +28,6 @@ const config: StorybookConfig = { } } - config.base = process.env.BASE_PATH || config.base - return config } } diff --git a/.storybook/manager-head.html b/.storybook/manager-head.html index 7ac3e40f..82c49bf5 100644 --- a/.storybook/manager-head.html +++ b/.storybook/manager-head.html @@ -2,7 +2,7 @@ - +