mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-31 10:03:46 +00:00
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user