diff --git a/.github/workflows/sitemaps.yml b/.github/workflows/sitemaps.yml index f3ca504135..97a0669af8 100644 --- a/.github/workflows/sitemaps.yml +++ b/.github/workflows/sitemaps.yml @@ -47,7 +47,8 @@ jobs: except Exception as e: print(f'ERROR ❌: {sitemap_url} failed to submit {e}') credentials_json = os.environ['CREDENTIALS_JSON'] - # Submit sitemap for the main site + # Submit sitemap for the main site and main docs + submit_sitemap('https://ultralytics.com', 'https://ultralytics.com/sitemap.xml', credentials_json) submit_sitemap('https://docs.ultralytics.com', 'https://docs.ultralytics.com/sitemap.xml', credentials_json) # Submit sitemaps for each language languages = ['zh', 'ko', 'ja', 'ru', 'de', 'fr', 'es', 'pt', 'hi', 'ar']