From 46c164a6d749370ad9fe7910d4c08c778b6ef2f8 Mon Sep 17 00:00:00 2001 From: Lanta <43404397+OpzekerIT@users.noreply.github.com> Date: Tue, 16 Jan 2024 13:46:58 +0100 Subject: [PATCH 1/8] test --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index a782c58..f76f4ed 100644 --- a/index.php +++ b/index.php @@ -35,7 +35,7 @@ $lastMatches = array_slice($allMatches, 0, 8); ?>
-

Latest Matches

+

Latest Matches1

From 677cce886df627dcdaad0041a532f447e59e54d3 Mon Sep 17 00:00:00 2001 From: Lanta <43404397+OpzekerIT@users.noreply.github.com> Date: Tue, 16 Jan 2024 14:29:03 +0100 Subject: [PATCH 2/8] undo test --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index f76f4ed..a782c58 100644 --- a/index.php +++ b/index.php @@ -35,7 +35,7 @@ $lastMatches = array_slice($allMatches, 0, 8); ?>
-

Latest Matches1

+

Latest Matches

From cc9e3f422e28670cd42d06fea8f2c2050fb892a0 Mon Sep 17 00:00:00 2001 From: Lanta Date: Thu, 30 May 2024 19:45:21 +0200 Subject: [PATCH 3/8] include membersjson --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b3ae4e0..bfa45a6 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -29,7 +29,7 @@ jobs: remote-user: stats private-ssh-key: ${{ secrets.SSH_KEY }} destination-path: ${{ env.DESTINATION }} - rsync-options: --no-times -r --exclude=.git* --exclude=*.json --exclude=.git/ --exclude=.github/ --exclude=config.php + rsync-options: --no-times -r --exclude=.git* --exclude=*.json --exclude=.git/ --exclude=.github/ --exclude=config.php --include=./config/clanmembers.json - name: LINK TO WEBSITE run: | if [[ "${{ github.ref }}" == "refs/heads/main" ]]; then From 37791575d38e66d549e0ebd4f81b31175bc28353 Mon Sep 17 00:00:00 2001 From: Lanta Date: Thu, 30 May 2024 19:47:18 +0200 Subject: [PATCH 4/8] test --- includes/footer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/footer.php b/includes/footer.php index 626afd5..ca86454 100644 --- a/includes/footer.php +++ b/includes/footer.php @@ -1,5 +1,5 @@