Commit f556f745 authored by eddie's avatar eddie Committed by GitHub

fix: remove sitemap step from ci (#7470)

parent 7f597c0f
...@@ -68,12 +68,6 @@ jobs: ...@@ -68,12 +68,6 @@ jobs:
git add CODEOWNERS git add CODEOWNERS
git commit -m 'ci: add global 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 - name: Git push
run: | run: |
git push origin main:releases/staging --force git push origin main:releases/staging --force
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment