Skip to content

Commit b82fcbc

Browse files
authored
Update azure-static-web-apps-jolly-ground-016a8c003.yml
1 parent d3b707a commit b82fcbc

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

.github/workflows/azure-static-web-apps-jolly-ground-016a8c003.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@ jobs:
1616
name: Build and Deploy Job
1717
steps:
1818
- uses: actions/checkout@v2
19+
- uses: actions/setup-node@v1
20+
with:
21+
node-version: 12.x
22+
registry-url: https://registry.npmjs.org/
23+
- run: yarn install
24+
- run: yarn build
1925
- name: Build And Deploy
2026
id: builddeploy
2127
uses: Azure/static-web-apps-deploy@v0.0.1-preview
@@ -25,7 +31,7 @@ jobs:
2531
action: 'upload'
2632
###### Repository/Build Configurations - These values can be configured to match you app requirements. ######
2733
# For more information regarding Static Web App workflow configurations, please visit: https://aka.ms/swaworkflowconfig
28-
app_location: '/' # App source code path
34+
app_location: 'public' # App source code path
2935
api_location: 'api' # Api source code path - optional
3036
app_artifact_location: 'public' # Built app content directory - optional
3137
###### End of Repository/Build Configurations ######

0 commit comments

Comments
 (0)