fix: remove sitemap step from ci (#7470)

This commit is contained in:
eddie 2023-10-13 13:20:10 -07:00 committed by GitHub
parent 7f597c0fab
commit f556f745fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -68,12 +68,6 @@ jobs:
git add CODEOWNERS
git commit -m 'ci: add global CODEOWNERS'
- name: Update sitemap
run: |
yarn sitemap:generate
git add public/sitemap.xml
git commit -m 'ci: update sitemap'
- name: Git push
run: |
git push origin main:releases/staging --force