From d09b63dfa1a9373e9bc1aede1fee3b6c05eb37cb Mon Sep 17 00:00:00 2001 From: bgarcia Date: Tue, 30 Nov 2021 19:13:07 +0100 Subject: [PATCH] trigger web deployment --- .github/workflows/podcast-web.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/podcast-web.yml b/.github/workflows/podcast-web.yml index 2ff8612..7733240 100644 --- a/.github/workflows/podcast-web.yml +++ b/.github/workflows/podcast-web.yml @@ -120,4 +120,4 @@ jobs: uses: Azure/webapps-deploy@v2 with: app-name: ${{ secrets.WEBAPP_NAME }} - package: web + package: web \ No newline at end of file