Skip to content

Commit

Permalink
Merge pull request #33335 from rushatgabhane/patch-1
Browse files Browse the repository at this point in the history
[HelpDot] Reindex google search on push to main
  • Loading branch information
roryabraham authored Dec 22, 2023
2 parents a933931 + 721f4b4 commit 723befd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/deployExpensifyHelp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,3 +66,8 @@ jobs:
with:
token: ${{ secrets.OS_BOTIFY_TOKEN }}
body: ${{ format('A preview of your ExpensifyHelp changes have been deployed to {0} ⚡️', steps.deploy.outputs.alias) }}

- name: Reindex google search
if: ${{ github.event_name == 'push' }}
run : |
curl "https://www.google.com/ping?sitemap=https://help.expensify.com/sitemap.xml"

0 comments on commit 723befd

Please sign in to comment.