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 6f9edd2 commit e5a590b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/LumexUI.Docs/LumexUI.Docs/LumexUI.Docs.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
<ItemGroup>
<ThemeFiles Include="$(PkgLumexUI)\theme\**\*" />
</ItemGroup>
<Message Text="LumexUI.Docs: copying LumexUI package contents from $(PkgLumexUI) to $(OutDir)theme\%(RecursiveDir)..." Importance="high" />
<Message Text="LumexUI.Docs: contents to copy $(ThemeFiles)" Importance="high" />
<Message Text="LumexUI.Docs: copying LumexUI package contents from '$(PkgLumexUI)' to '$(OutDir)theme'..." Importance="high" />
<Message Text="LumexUI.Docs: contents to copy @(ThemeFiles)" Importance="high" />
<Copy SourceFiles="@(ThemeFiles)" DestinationFolder="$(OutDir)theme\%(RecursiveDir)" />
<Message Text="LumexUI.Docs: finished copying." Importance="high" />
</Target>
Expand Down

0 comments on commit e5a590b

Please sign in to comment.