commit 5fe3852772a967de23114a2cbcc755d6178439e4
parent 19a716b478dca0cb8322d95bc373974ffc3588a3
Author: MTRNord <mtrnord1@gmail.com>
Date: Thu, 20 Apr 2023 23:31:43 +0200
chore: Fix basepath for main page
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml
@@ -17,7 +17,7 @@ jobs:
- name: Install and Build 🔧
run: | # Install npm packages and build the Storybook files
npm install
- npm run build --base cetirizine
+ npm run build -- --base /cetirizine/
npm run build-storybook -- --disable-telemetry -o dist/storybook
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4.4.1