1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-03-05 13:20:20 -05:00

Fix builds with v5 API

This commit is contained in:
Mark McDowall
2025-01-29 20:14:22 -08:00
parent a72bc164a9
commit 2fd1fea4cb
3 changed files with 9 additions and 3 deletions

View File

@@ -33,7 +33,7 @@ jobs:
id: setup-dotnet
- name: Create openapi.json
run: ./docs.sh Linux
run: ./docs.sh Linux x64
- name: Commit API Docs Change
continue-on-error: true