Skip to content

Commit dc45874

Browse files
authored
fix: updated swagger json link
1 parent f561880 commit dc45874

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/main.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ on:
44
[push]
55

66
env:
7-
AZURE_FUNCTIONAPP_NAME: mediumfunctionapp # your application's name in Azure
8-
AZURE_FUNCTIONAPP_PACKAGE_PATH: '.' # path to your web app project, defaults to the repository root
9-
DOTNET_VERSION: '3.1.100' # dotnet version to use
10-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }} # dotnet version to use
11-
SWAGGER_LINK: https://mediumfunctionapp.azurewebsites.net/api/swagger # swagger document link (not UI)
12-
TYPES_FILENAME: index.d.ts # file with types
13-
TYPES_FOLDER: /Types # subfolder for npm package generation
7+
AZURE_FUNCTIONAPP_NAME: mediumfunctionapp # your application's name in Azure
8+
AZURE_FUNCTIONAPP_PACKAGE_PATH: '.' # path to your web app project, defaults to the repository root
9+
DOTNET_VERSION: '3.1.100' # dotnet version to use
10+
NPM_TOKEN: ${{ secrets.NPM_TOKEN }} # dotnet version to use
11+
SWAGGER_LINK: https://mediumfunctionapp.azurewebsites.net/api/swagger/json # swagger document link (not UI)
12+
TYPES_FILENAME: index.d.ts # file with types
13+
TYPES_FOLDER: /Types # subfolder for npm package generation
1414

1515
jobs:
1616
release:

0 commit comments

Comments
 (0)