cetirizine

An experimental matrix client written in reactjs utilizing tailwind and storybook
git clone git://archive.git.mtrnord.blog/MTRNord/cetirizine.git
Log | Files | Refs | README | LICENSE

commit 19a716b478dca0cb8322d95bc373974ffc3588a3
parent 67ff242a7068e4e26e2ab6c99559f530b06727a6
Author: MTRNord <mtrnord1@gmail.com>
Date:   Thu, 20 Apr 2023 23:30:07 +0200

chore: Fix basepath for main page

Diffstat:
M.github/workflows/deploy.yaml | 2+-
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