mirror of
https://github.com/streetturtle/awesome-wm-widgets.git
synced 2024-11-15 19:48:04 +01:00
Update update-site.yml
This commit is contained in:
parent
270ee8d799
commit
754db7ff0f
1 changed files with 1 additions and 1 deletions
2
.github/workflows/update-site.yml
vendored
2
.github/workflows/update-site.yml
vendored
|
@ -25,7 +25,7 @@ jobs:
|
||||||
rm -rf ./_widgets
|
rm -rf ./_widgets
|
||||||
ls -alF
|
ls -alF
|
||||||
echo "git stash pop"
|
echo "git stash pop"
|
||||||
git stash pop
|
git checkout stash -- .
|
||||||
echo "git add ./_widgets"
|
echo "git add ./_widgets"
|
||||||
git add ./_widgets
|
git add ./_widgets
|
||||||
git commit -m "update from master"
|
git commit -m "update from master"
|
||||||
|
|
Loading…
Reference in a new issue