Skip to content

Commit

Permalink
docs: trying to resolve deploy issues
Browse files Browse the repository at this point in the history
  • Loading branch information
desmondinho committed Oct 4, 2024
1 parent b957b25 commit ce55bdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/LumexUI.Docs/LumexUI.Docs/LumexUI.Docs.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

<Target Name="CheckLumexUIPackage" AfterTargets="GenerateDocs" BeforeTargets="CopyThemeFiles" Condition="'$(OS)' == 'Unix'">
<Message Text="Listing contents of '$(PkgLumexUI)'" Importance="high" />
<Exec Command="find $(PkgLumexUI)/theme" />
<Exec Command="find $(PkgLumexUI)" />
</Target>

<!-- Copy theme files before Npm -->
Expand Down

0 comments on commit ce55bdf

Please sign in to comment.