fix: Added git pull

This commit is contained in:
Bart van der Braak 2023-06-12 02:44:10 +02:00
parent a50a7789d4
commit 43e0858c54

View file

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