diff --git a/.github/workflows/azure.yml b/.github/workflows/azure.yml index 52309a14..87e43f9e 100644 --- a/.github/workflows/azure.yml +++ b/.github/workflows/azure.yml @@ -22,8 +22,9 @@ jobs: uses: oven-sh/setup-bun@v1 - name: bun install, and start run: | - bun install + bun install bun run build:azure + cp staticwebapp.config.json ./dist - name: Build And Deploy id: builddeploy uses: Azure/static-web-apps-deploy@v1 @@ -34,8 +35,8 @@ jobs: ###### Repository/Build Configurations - These values can be configured to match your app requirements. ###### # For more information regarding Static Web App workflow configurations, please visit: https://aka.ms/swaworkflowconfig skip_app_build: true # App source code path - skip_api_build: true + skip_api_build: true ###### End of Repository/Build Configurations ###### - is_static_export: true - app_location: '/github/workspace/dist' - output_location: '' \ No newline at end of file + is_static_export: true + app_location: '/github/workspace/dist' + output_location: ''