From 970d573ae0081d85dd3978c78d97b16257cae10f Mon Sep 17 00:00:00 2001 From: Hutopy Date: Thu, 16 Jan 2025 00:47:39 -0500 Subject: [PATCH] Update frontend-ci.yml --- .github/workflows/frontend-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/frontend-ci.yml b/.github/workflows/frontend-ci.yml index fc6443c..bd62026 100644 --- a/.github/workflows/frontend-ci.yml +++ b/.github/workflows/frontend-ci.yml @@ -32,6 +32,7 @@ jobs: - name: Deploy to Azure SWA uses: azure/static-web-apps-deploy@v1 with: + action: "upload" app_location: 'frontend' output_location: 'dist' azure_static_web_apps_api_token: ${{ secrets.AZURE_SWA_TOKEN }}