From 929431071f708bcbcda92051de8e1c09d494031f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Hegyi=20=C3=81ron=20Ferenc?=
<36823200+Rettend@users.noreply.github.com>
Date: Tue, 23 Jul 2024 14:22:52 +0200
Subject: [PATCH 01/73] ci: host on pages for test
---
.github/workflows/pages.yml | 43 +++++++++++++++++++++++++++++++++++++
1 file changed, 43 insertions(+)
create mode 100644 .github/workflows/pages.yml
diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml
new file mode 100644
index 0000000..d92a8ed
--- /dev/null
+++ b/.github/workflows/pages.yml
@@ -0,0 +1,43 @@
+# Simple workflow for deploying static content to GitHub Pages
+name: Deploy static content to Pages
+
+on:
+ # Runs on pushes targeting the default branch
+ push:
+ branches: ["rettend-patch-1"]
+
+ # Allows you to run this workflow manually from the Actions tab
+ workflow_dispatch:
+
+# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
+permissions:
+ contents: read
+ pages: write
+ id-token: write
+
+# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
+# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
+concurrency:
+ group: "pages"
+ cancel-in-progress: false
+
+jobs:
+ # Single deploy job since we're just deploying
+ deploy:
+ environment:
+ name: github-pages
+ url: ${{ steps.deployment.outputs.page_url }}
+ runs-on: ubuntu-latest
+ steps:
+ - name: Checkout
+ uses: actions/checkout@v4
+ - name: Setup Pages
+ uses: actions/configure-pages@v5
+ - name: Upload artifact
+ uses: actions/upload-pages-artifact@v3
+ with:
+ # Upload entire repository
+ path: './web'
+ - name: Deploy to GitHub Pages
+ id: deployment
+ uses: actions/deploy-pages@v4
--
2.49.1
From f73205b720d1155b159333c6fdd5028bbc5510b0 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Hegyi=20=C3=81ron=20Ferenc?=
<36823200+Rettend@users.noreply.github.com>
Date: Tue, 23 Jul 2024 14:38:23 +0200
Subject: [PATCH 02/73] fix: file pathes
---
web/index.html | 10 +++++-----
web/script.js | 8 ++++----
2 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/web/index.html b/web/index.html
index 3e31e0d..c3fa9ac 100644
--- a/web/index.html
+++ b/web/index.html
@@ -2,7 +2,7 @@