fix: Added git pull

This commit is contained in:
Bart van der Braak 2023-06-12 02:44:10 +02:00
parent ad30cb20db
commit 8d27374774

View file

@ -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}"