Skip to content

Commit

Permalink
Update update-sitemap.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Neutx authored Sep 18, 2023
1 parent 8f2e5ec commit 45b69a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-sitemap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
echo '<?xml version="1.0" encoding="UTF-8"?>' > sitemap.xml
echo '<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">' >> sitemap.xml
echo ' <url>' >> sitemap.xml
echo ' <loc>https://sannidhya.me</loc>' >> sitemap.xml
echo ' <loc>https://adilparwez.live</loc>' >> sitemap.xml
echo ' <lastmod>'$(date -u +"%Y-%m-%dT%H:%M:%SZ")'</lastmod>' >> sitemap.xml
echo ' <changefreq>monthly</changefreq>' >> sitemap.xml
echo ' <priority>0.5</priority>' >> sitemap.xml
Expand Down

0 comments on commit 45b69a3

Please sign in to comment.