Skip to content

Commit 73dab16

Browse files
authored
[sync] Update Sitemap URL
1 parent 8a0a01e commit 73dab16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sync_build_deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
- name: Index, Sitemap and Push
100100
if: ${{ env.IS_SYNC == 'true' }}
101101
run: |
102-
python util/cli.py sitemap --base-url "https://mmrl.dergoogler.com/?module=" -o json/mmrl-sitemap.xml
102+
python util/cli.py sitemap --base-url "https://mmrl.dergoogler.com/module/" -o json/mmrl-sitemap.xml
103103
python util/cli.py index --push
104104
105105
- name: Upload logs

0 commit comments

Comments
 (0)