From 32c09806aa9041d0391c1d34979fd9485fcc2966 Mon Sep 17 00:00:00 2001 From: Lanta Date: Tue, 26 Sep 2023 16:16:18 +0200 Subject: [PATCH 01/13] rsync verbosity --- .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 aad2e61..d09e037 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 -v --exclude=.git* --exclude=*.json --exclude=.git/ --exclude=.github/ --exclude=config.php - name: LINK TO WEBSITE run: | if [[ "${{ github.ref }}" == "refs/heads/main" ]]; then From d0e12e4857ff9a0f6446eec8973df50d45513d0f Mon Sep 17 00:00:00 2001 From: Lanta <43404397+OpzekerIT@users.noreply.github.com> Date: Tue, 26 Sep 2023 16:58:40 +0200 Subject: [PATCH 02/13] Update navigation.php --- includes/navigation.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/navigation.php b/includes/navigation.php index 4211a9e..a364392 100644 --- a/includes/navigation.php +++ b/includes/navigation.php @@ -1,6 +1,6 @@