Skip to content

Commit

Permalink
fixing output path
Browse files Browse the repository at this point in the history
  • Loading branch information
uweDuesing committed Apr 9, 2024
1 parent c1296ad commit 2a292e1
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ jobs:
- name: Build project
run: npm run build

- name: Move files to dist/browser
run: mv dist/browser/* dist/


- name: Build And Deploy
Expand All @@ -45,7 +43,7 @@ jobs:
# For more information regarding Static Web App workflow configurations, please visit: https://aka.ms/swaworkflowconfig
app_location: "/" # App source code path
api_location: "" # Api source code path - optional
output_location: "" # Built app content directory - optional
output_location: "dist/browser" # Built app content directory - optional
###### End of Repository/Build Configurations ######

close_pull_request_job:
Expand Down

0 comments on commit 2a292e1

Please sign in to comment.