Skip to content

Commit

Permalink
ci(deploy): build only components;
Browse files Browse the repository at this point in the history
Building the entire solution before publishing affected code snippets inclusion for some reason...
  • Loading branch information
desmondinho authored Oct 7, 2024
1 parent 635dc3c commit 182dec5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ jobs:
with:
dotnet-version: '8.0.x'

- name: Build
run: dotnet build -c Release
- name: Build components
run: dotnet build ./src/LumexUI -c Release

- name: Publish
run: dotnet publish ./docs/LumexUI.Docs/LumexUI.Docs -c Release -o lumexui --no-build --no-restore
run: dotnet publish ./docs/LumexUI.Docs/LumexUI.Docs -c Release -o lumexui

- name: Upload artifact for deployment job
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 182dec5

Please sign in to comment.