Deploy fix
Some checks failed
Deploy to GitHub Pages / deploy (push) Has been cancelled

This commit is contained in:
2026-02-23 21:56:52 +01:00
parent e3052505ec
commit 2157263c21
2 changed files with 7 additions and 1 deletions

View File

@@ -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

6
src/gui/index.html Normal file
View File

@@ -0,0 +1,6 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="refresh" content="0; url=gui.html" />
</head>
</html>