From f556f745fb0642c4037625a06d97ce3ccbf49f46 Mon Sep 17 00:00:00 2001 From: eddie <66155195+just-toby@users.noreply.github.com> Date: Fri, 13 Oct 2023 13:20:10 -0700 Subject: [PATCH] fix: remove sitemap step from ci (#7470) --- .github/workflows/1-main-to-staging.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/1-main-to-staging.yml b/.github/workflows/1-main-to-staging.yml index fe43834ffb..27ce771780 100644 --- a/.github/workflows/1-main-to-staging.yml +++ b/.github/workflows/1-main-to-staging.yml @@ -67,12 +67,6 @@ jobs: echo '* @uniswap/web-admins' > CODEOWNERS 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: |