We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4afd57d + 18b1e54 commit 47f8dfcCopy full SHA for 47f8dfc
.github/workflows/CD-azure-functions.yml
@@ -9,7 +9,7 @@ on:
9
10
env:
11
AZURE_FUNCTIONAPP_NAME: AutomaticClockOuts # set this to your application's name
12
- AZURE_FUNCTIONAPP_PACKAGE_PATH: '../AutomaticClockOuts' # set this to the path to your web app project, defaults to the repository root
+ AZURE_FUNCTIONAPP_PACKAGE_PATH: './AutomaticClockOuts' # set this to the path to your web app project, defaults to the repository root
13
14
jobs:
15
build-and-deploy:
0 commit comments