mirror of
				https://github.com/Frooodle/Stirling-PDF.git
				synced 2025-10-25 11:17:28 +02:00 
			
		
		
		
	@./SwaggerDoc.json
This commit is contained in:
		
							parent
							
								
									c526e18992
								
							
						
					
					
						commit
						1f5231d905
					
				
							
								
								
									
										2
									
								
								.github/workflows/swagger.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/swagger.yml
									
									
									
									
										vendored
									
									
								
							| @ -40,6 +40,6 @@ jobs: | ||||
| 
 | ||||
|     - name: Upload Swagger Documentation to SwaggerHub | ||||
|       run: | | ||||
|         curl -X POST -H "Authorization: ${SWAGGERHUB_API_KEY}" -H "Content-Type: application/json" -d @SwaggerDoc.json "https://api.swaggerhub.com/apis/Frooodle/Stirling-PDF/${{ steps.versionNumber.outputs.versionNumber }}?isPrivate=false&force=true" | ||||
|         curl -X POST -H "Authorization: ${SWAGGERHUB_API_KEY}" -H "Content-Type: application/json" -d @./SwaggerDoc.json "https://api.swaggerhub.com/apis/Frooodle/Stirling-PDF/${{ steps.versionNumber.outputs.versionNumber }}?isPrivate=false&force=true" | ||||
|       env: | ||||
|         SWAGGERHUB_API_KEY: ${{ secrets.SWAGGERHUB_API_KEY }} | ||||
|  | ||||
| @ -15,7 +15,7 @@ repositories { | ||||
| 
 | ||||
| openApi { | ||||
|     apiDocsUrl = "http://localhost:8080/v3/api-docs" | ||||
|     outputDir = file("/") | ||||
|     outputDir = file("$projectDir") | ||||
|     outputFileName = "SwaggerDoc.json" | ||||
| } | ||||
| 
 | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user