This commit is contained in:
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
@@ -20,6 +20,6 @@ jobs:
|
|||||||
- uses: actions/configure-pages@v4
|
- uses: actions/configure-pages@v4
|
||||||
- uses: actions/upload-pages-artifact@v3
|
- uses: actions/upload-pages-artifact@v3
|
||||||
with:
|
with:
|
||||||
path: ./src # <-- adjust this to wherever your index.html lives
|
path: ./src/gui
|
||||||
- id: deployment
|
- id: deployment
|
||||||
uses: actions/deploy-pages@v4
|
uses: actions/deploy-pages@v4
|
||||||
|
|||||||
6
src/gui/index.html
Normal file
6
src/gui/index.html
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<meta http-equiv="refresh" content="0; url=gui.html" />
|
||||||
|
</head>
|
||||||
|
</html>
|
||||||
Reference in New Issue
Block a user