Skip to content

Commit

Permalink
fix: [FIXUP]
Browse files Browse the repository at this point in the history
  • Loading branch information
csm-thu committed Dec 11, 2024
1 parent 6f9920a commit 7d071f0
Showing 1 changed file with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,7 @@ jobs:
cache: 'yarn'
- name: Install dependencies
run: yarn workspaces focus --all || yarn install
- name: Build webapp package
run: yarn build
- name: Deploy
- name: Build & Deploy
id: builddeploy
uses: Azure/static-web-apps-deploy@v1
with:
Expand All @@ -39,9 +37,10 @@ jobs:
action: "upload"
###### 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_location: "build" # App source code path
app_location: "/" # App source code path
api_location: "api" # Api source code path - optional
output_location: "build" # Built app content directory - optional
app_build_command: "yarn build"
###### End of Repository/Build Configurations ######

close_pull_request_job:
Expand Down

0 comments on commit 7d071f0

Please sign in to comment.