diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 24761335..5bf2e24e 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -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