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 e5a590b commit fe29b89
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 @@ -32,11 +32,11 @@
<!-- Copy theme files before Npm -->
<Target Name="CopyThemeFiles" AfterTargets="GenerateDocs" BeforeTargets="Npm">
<ItemGroup>
<ThemeFiles Include="$(PkgLumexUI)\theme\**\*" />
<ThemeFiles Include="$(PkgLumexUI)/theme/**/*" />
</ItemGroup>
<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)" />
<Copy SourceFiles="@(ThemeFiles)" DestinationFolder="$(OutDir)theme/%(RecursiveDir)" />
<Message Text="LumexUI.Docs: finished copying." Importance="high" />
</Target>

Expand Down

0 comments on commit fe29b89

Please sign in to comment.