From 43e0858c54848b9870b831e99d4403b96853b47c Mon Sep 17 00:00:00 2001
From: Bart van der Braak <bartvdbraak@gmail.com>
Date: Mon, 12 Jun 2023 02:44:10 +0200
Subject: [PATCH] fix: Added git pull

---
 .github/workflows/gh-pages-cleanup.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/gh-pages-cleanup.yaml b/.github/workflows/gh-pages-cleanup.yaml
index 3b36b0e..0f82a50 100644
--- a/.github/workflows/gh-pages-cleanup.yaml
+++ b/.github/workflows/gh-pages-cleanup.yaml
@@ -18,6 +18,7 @@ jobs:
         run: |
           git fetch --all
           git checkout gh-pages
+          git pull
           branchName=$(echo "${{ github.event.ref }}" | sed -e 's,^refs/heads/,,')
           if [ -d "./.unlighthouse/${branchName}" ]; then
             git rm -rf --ignore-unmatch "${branchName}"