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 67ff242a7068e4e26e2ab6c99559f530b06727a6
parent e11dd6de29e7b08cde826e5b4eecf502166df943
Author: MTRNord <mtrnord1@gmail.com>
Date:   Thu, 20 Apr 2023 23:28:52 +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 + 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