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 5, 2024
2 parents 2b739db + f605294 commit f8a5260
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@ jobs:
with:
dotnet-version: '8.0.x'

- name: Build with dotnet
run: dotnet build -c Release

- name: dotnet publish
run: dotnet publish ./docs/LumexUI.Docs/LumexUI.Docs -c Release -o lumexui

Expand Down Expand Up @@ -61,5 +58,5 @@ jobs:
with:
app-name: 'lumexui'
slot-name: 'Production'
package: lumexui
package: .

0 comments on commit f8a5260

Please sign in to comment.