mirror of
https://github.com/bartvdbraak/omnidash.git
synced 2025-04-26 23:11:21 +00:00
fix: Added git pull
This commit is contained in:
parent
a50a7789d4
commit
43e0858c54
1 changed files with 1 additions and 0 deletions
1
.github/workflows/gh-pages-cleanup.yaml
vendored
1
.github/workflows/gh-pages-cleanup.yaml
vendored
|
@ -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}"
|
||||
|
|
Loading…
Reference in a new issue