Skip to content

Commit

Permalink
ci(deploy): trying to resolve deploy issues
Browse files Browse the repository at this point in the history
  • Loading branch information
desmondinho authored Oct 5, 2024
1 parent fb63f26 commit f605294
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 f605294

Please sign in to comment.