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 }}