Skip to content

Commit

Permalink
Update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
martian0x80 committed Jun 9, 2024
1 parent 4b9eb06 commit 4821b8a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ jobs:
env:
SITEMAP_DB_URI: ${{ secrets.DEV_SITEMAP_DB_URI }}
runs-on: ubuntu-latest
needs: setup-preview-environment
steps:
- uses: actions/checkout@v2
- name: Install Vercel CLI
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ jobs:
env:
SITEMAP_DB_URI: ${{ secrets.PROD_SITEMAP_DB_URI }}
runs-on: ubuntu-latest
needs: setup-production-environment
steps:
- uses: actions/checkout@v2
- name: Install Vercel CLI
Expand Down
4 changes: 2 additions & 2 deletions public/sitemap.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:news="http://www.google.com/schemas/sitemap-news/0.9" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:mobile="http://www.google.com/schemas/sitemap-mobile/1.0" xmlns:image="http://www.google.com/schemas/sitemap-image/1.1" xmlns:video="http://www.google.com/schemas/sitemap-video/1.1">
<url><loc>https://www.ipusenpai.in/manifest.webmanifest</loc><lastmod>2024-06-08T18:04:49.250Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
<url><loc>https://www.ipusenpai.in/server-sitemap.xml</loc><lastmod>2024-06-08T18:04:49.250Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
<url><loc>https://www.ipusenpai.in/manifest.webmanifest</loc><lastmod>2024-06-09T08:12:28.966Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
<url><loc>https://www.ipusenpai.in/server-sitemap.xml</loc><lastmod>2024-06-09T08:12:28.966Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
</urlset>

0 comments on commit 4821b8a

Please sign in to comment.