change arguments

Signed-off-by: zyphlar <zyphlar@noreply.codeberg.org>
This commit is contained in:
zyphlar
2025-12-31 08:23:53 +01:00
parent 925ce544bc
commit 3bea0b32a2

View File

@@ -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