Skip to content

Commit

Permalink
Update .github/workflows/generate-sitemap.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gitauto-for-dev[bot] authored Jan 3, 2025
1 parent 75ec79a commit 6cbb7f8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/generate-sitemap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v3
with:
ref: ${{ github.ref }}

- name: Setup Node.js
uses: actions/setup-node@v3
Expand All @@ -34,4 +36,4 @@ jobs:
git config --local user.email 'github-actions@github.com'
git add ./app/sitemap.xml
git commit -m 'chore: update sitemap' || echo 'No changes to commit'
git push origin main
git push origin HEAD

0 comments on commit 6cbb7f8

Please sign in to comment.