mirror of
https://github.com/bartvdbraak/omnidash.git
synced 2025-04-27 07:21:20 +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: |
|
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}"
|
||||||
|
|
Loading…
Reference in a new issue