fix url check workflow (#378)
Some checks are pending
Picture Health / Check image links (push) Waiting to run

* fix url check workflow

lychee v24 now includes parsing xml files, however they don't support
arbitrary xmls, we only care about parsing the contents of the picurl so
I decided that we do away their parsing and simply extract only the part
we care about

* forgot it was "run" not "script"
This commit is contained in:
ebbit1q 2026-08-05 20:38:28 +02:00 committed by GitHub
parent 03e9494746
commit f0ac161e2f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -42,11 +42,8 @@ jobs:
# Extract picture URLs from tokens.xml
- name: Extract URLs
id: tokens_pic_urls
uses: lycheeverse/lychee-action@v2
with:
args: --dump -- tokens.xml
output: url_list.md
jobSummary: false
shell: bash
run: grep tokens.xml -oPe '(?<=picURL=")[^"]+(?=")' >url_list.md
# Check dumped URLs
- name: Check token art URLs