Skip to content

Commit

Permalink
Copy over azure config to dist
Browse files Browse the repository at this point in the history
  • Loading branch information
olivia committed Oct 26, 2024
1 parent 47ba548 commit 2c5da88
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/azure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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: ''
is_static_export: true
app_location: '/github/workspace/dist'
output_location: ''

0 comments on commit 2c5da88

Please sign in to comment.