commit 2eeaa66acd93bc6611360a94a9d468d7194d6eb6
parent 39587caa37ef0ff8e698d2fe500e5366db39351f
Author: MTRNord <mtrnord1@gmail.com>
Date: Tue, 2 May 2023 23:27:55 +0200
Make sure we copy the index.html to the 404.html to allow that any unknown url is handled by the client and not github
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml
@@ -19,6 +19,8 @@ jobs:
npm install
npm run build -- --base /cetirizine/
npm run build-storybook -- --disable-telemetry -o dist/storybook
+
+ cp dist/index.html dist/404.html
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4.4.1
with: