Skip to content

Commit 582bf5a

Browse files
Add docs filter to allow building via submodule in CI
1 parent b7b9a27 commit 582bf5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

msbuild/props/SixLabors.Src.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</PropertyGroup>
1010

1111
<!-- Add deterministic builds in CI .-->
12-
<PropertyGroup Condition="'$(GITHUB_ACTIONS)' == 'true'">
12+
<PropertyGroup Condition="'$(GITHUB_ACTIONS)' == 'true' AND '$(DOCS_BUILD)' == ''">
1313
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
1414
<EmbedUntrackedSources>true</EmbedUntrackedSources>
1515
</PropertyGroup>

0 commit comments

Comments
 (0)