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