Skip to content

Commit 8dadcea

Browse files
committed
update sitemap workflow
1 parent 63a6e2d commit 8dadcea

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/gha_generate_sitemap.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ jobs:
2828
run: |
2929
git config --global user.name "GitHub Actions Bot"
3030
git config --global user.email "actions@github.com"
31-
git add sitemap.xml
32-
git commit -m "Update sitemap"
31+
git add jsonFiles/*/sitemap.xml
32+
git commit -m "Update sitemaps"
3333
git push

0 commit comments

Comments
 (0)