From 2157263c216aba6638a2c1737951991ef3a41e6e Mon Sep 17 00:00:00 2001 From: Jose Jimenez Date: Mon, 23 Feb 2026 21:56:52 +0100 Subject: [PATCH] Deploy fix --- .github/workflows/deploy.yml | 2 +- src/gui/index.html | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 src/gui/index.html diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 3f29316..ad3dad7 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -20,6 +20,6 @@ jobs: - uses: actions/configure-pages@v4 - uses: actions/upload-pages-artifact@v3 with: - path: ./src # <-- adjust this to wherever your index.html lives + path: ./src/gui - id: deployment uses: actions/deploy-pages@v4 diff --git a/src/gui/index.html b/src/gui/index.html new file mode 100644 index 0000000..84dee64 --- /dev/null +++ b/src/gui/index.html @@ -0,0 +1,6 @@ + + + + + +