|
@@ -38,6 +38,7 @@ jobs:
|
|
run: |
|
|
run: |
|
|
git config --global user.name 'semi-bot'
|
|
git config --global user.name 'semi-bot'
|
|
git config --global user.email '[email protected]'
|
|
git config --global user.email '[email protected]'
|
|
|
|
+ node scripts/sitemap_update.js
|
|
if [ -n "$(git status --porcelain)" ]; then
|
|
if [ -n "$(git status --porcelain)" ]; then
|
|
echo "there are changes";
|
|
echo "there are changes";
|
|
git add .
|
|
git add .
|