From 51b28e2987614b4ff39262fa77396916d8939d95 Mon Sep 17 00:00:00 2001 From: Fahd Date: Thu, 12 Mar 2026 18:22:59 +0000 Subject: [PATCH 1/2] refactor: format index.html --- lolytics/index.html | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/lolytics/index.html b/lolytics/index.html index 6cf4de0..3afc333 100644 --- a/lolytics/index.html +++ b/lolytics/index.html @@ -1,13 +1,13 @@ - - - - - Lolytics - - -
- - + + + + + Lolytics + + +
+ + From 023583763e6035a39afda234fa513db22ec58e6f Mon Sep 17 00:00:00 2001 From: Fahd Date: Thu, 12 Mar 2026 18:26:45 +0000 Subject: [PATCH 2/2] ci: update working directory --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3403b9f..b233e4b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,6 +19,8 @@ jobs: - name: Install dependencies run: npm install + working-directory: lolytics - name: Build project run: npm run build + working-directory: lolytics