Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/LumexUI/lumexui
Browse files Browse the repository at this point in the history
  • Loading branch information
desmondinho committed Oct 4, 2024
2 parents 4fbe883 + e0ce95d commit 8312b70
Show file tree
Hide file tree
Showing 4 changed files with 107 additions and 25 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,11 @@ jobs:
with:
submodules: true
lfs: false

- name: Build And Deploy

- name: Build
run: dotnet publish -c Release

- name: Deploy
id: builddeploy
uses: Azure/static-web-apps-deploy@v1
with:
Expand All @@ -29,9 +32,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
app_location: "/docs/LumexUI.Docs/LumexUI.Docs" # App source code path
skip_app_build: true
app_location: "wwwroot" # App source code path
api_location: "" # Api source code path - optional
output_location: "wwwroot" # Built app content directory - optional
output_location: "" # Built app content directory - optional
###### End of Repository/Build Configurations ######

close_pull_request_job:
Expand Down
Loading

0 comments on commit 8312b70

Please sign in to comment.