Skip to content

Commit ba606c4

Browse files
committed
fix: 出力ディレクトリを「build」から「dist」に変更
1 parent f6f0d3c commit ba606c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/azure-static-web-apps-purple-sea-093b8b000.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
# For more information regarding Static Web App workflow configurations, please visit: https://aka.ms/swaworkflowconfig
3939
app_location: "/frontend" # App source code path
4040
api_location: "" # Api source code path - optional
41-
output_location: "build" # Built app content directory - optional
41+
output_location: "dist" # Built app content directory - optional
4242
###### End of Repository/Build Configurations ######
4343

4444
close_pull_request_job:

0 commit comments

Comments
 (0)