Update site data workflow fix: remove ambiguous main tag (#2313)

* feat(workflow): fix update site data workflow err

* feat(workflow): the final update side data workflow fix (hopefully)
This commit is contained in:
Soxoj
2026-03-22 22:37:48 +01:00
committed by GitHub
parent 9ac0a65914
commit e81b50ef61
+3
View File
@@ -23,6 +23,9 @@ jobs:
pip3 install . pip3 install .
python3 ./utils/update_site_data.py --empty-only python3 ./utils/update_site_data.py --empty-only
- name: Remove ambiguous main tag
run: git tag -d main || true
- name: Check for meaningful changes - name: Check for meaningful changes
id: check id: check
run: | run: |