diff --git a/.forgejo/workflows/process_subways.yml b/.forgejo/workflows/process_subways.yml index 8806324dd..bd9d66c49 100644 --- a/.forgejo/workflows/process_subways.yml +++ b/.forgejo/workflows/process_subways.yml @@ -160,8 +160,9 @@ jobs: cd ~/subways if [ -f "$HTML_DIR/index.html" ]; then echo "Comparing local validation with VK's validation..." - python3 ./scripts/compare_html_validation.py "$HTML_DIR/index.html" \ - --vk-url "https://maps.vk.com/osm/tools/subways/latest/index.html" + python3 ./scripts/compare_html_validation.py \ + --remote-url "https://maps.vk.com/osm/tools/subways/latest/index.html" \ + "$HTML_DIR/index.html" else echo "Local index.html not found at $HTML_DIR/index.html" exit 1