Skip to content

Commit

Permalink
Update azure-static-web-apps-jolly-ground-016a8c003.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrolamas authored May 22, 2020
1 parent d3b707a commit b82fcbc
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ jobs:
name: Build and Deploy Job
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 12.x
registry-url: https://registry.npmjs.org/
- run: yarn install
- run: yarn build
- name: Build And Deploy
id: builddeploy
uses: Azure/static-web-apps-deploy@v0.0.1-preview
Expand All @@ -25,7 +31,7 @@ jobs:
action: 'upload'
###### Repository/Build Configurations - These values can be configured to match you app requirements. ######
# For more information regarding Static Web App workflow configurations, please visit: https://aka.ms/swaworkflowconfig
app_location: '/' # App source code path
app_location: 'public' # App source code path
api_location: 'api' # Api source code path - optional
app_artifact_location: 'public' # Built app content directory - optional
###### End of Repository/Build Configurations ######
Expand Down

0 comments on commit b82fcbc

Please sign in to comment.