Skip to content

Commit ec41495

Browse files
committed
Update yaml
1 parent aa46816 commit ec41495

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

.github/workflows/azure-static-web-apps-ambitious-pond-0fe43071e.yml

+8-4
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,13 @@ jobs:
2020
submodules: true
2121
lfs: false
2222
- name: Install PNPM
23-
run: npm install -g pnpm
23+
run: |
24+
npm install -g pnpm
25+
- name: Install Dependencies
26+
run: pnpm install
27+
- name: Build Project
28+
run: pnpm run build
2429
- name: Build And Deploy
25-
id: builddeploy
2630
uses: Azure/static-web-apps-deploy@v1
2731
with:
2832
azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_AMBITIOUS_POND_0FE43071E }}
@@ -31,8 +35,8 @@ jobs:
3135
###### Repository/Build Configurations - These values can be configured to match your app requirements. ######
3236
# For more information regarding Static Web App workflow configurations, please visit: https://aka.ms/swaworkflowconfig
3337
app_location: "/" # App source code path
34-
api_location: "" # Api source code path - optional
35-
output_location: "build" # Built app content directory - optional
38+
# api_location: "" # Api source code path - optional
39+
# output_location: "build" # Built app content directory - optional
3640
###### End of Repository/Build Configurations ######
3741

3842
close_pull_request_job:

0 commit comments

Comments
 (0)