File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 99
1010env :
1111 AZURE_FUNCTIONAPP_NAME : AutomaticClockOuts # set this to your application's name
12- AZURE_FUNCTIONAPP_PACKAGE_PATH : ' .' # set this to the path to your web app project, defaults to the repository root
12+ AZURE_FUNCTIONAPP_PACKAGE_PATH : ' ../AutomaticClockOuts ' # set this to the path to your web app project, defaults to the repository root
1313
1414jobs :
1515 build-and-deploy :
2121 node-version : ' 10.x'
2222 - name : ' run npm'
2323 run : |
24+ pushd './${{ env.AZURE_FUNCTIONAPP_PACKAGE_PATH }}'
2425 npm install
2526 npm run build --if-present
26- - uses : Azure/functions-action@v1
27+ popd
28+ - name : ' Run Azure Functions Action'
29+ uses : Azure/functions-action@v1
2730 id : fa
2831 with :
2932 app-name : ${{ env.AZURE_FUNCTIONAPP_NAME }}
You can’t perform that action at this time.
0 commit comments