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

fix: remove sitemap step from ci (#7470)

parent 7f597c0f
...@@ -67,12 +67,6 @@ jobs: ...@@ -67,12 +67,6 @@ jobs:
echo '* @uniswap/web-admins' > CODEOWNERS echo '* @uniswap/web-admins' > CODEOWNERS
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: |
......
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