forked from docs/doc-exports
Update .gitea/workflows/openapi.yml
This commit is contained in:
@ -93,6 +93,7 @@ jobs:
|
||||
run: |
|
||||
while IFS= read -r url; do
|
||||
[ -z "$url" ] && continue
|
||||
echo "$(jq -n --arg path "$url" '{path: $path, export: "xml", ruleset: "default"}')"
|
||||
|
||||
echo "Validating $url"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user