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