Skip to content

Commit c5e11b4

Browse files
committed
docs: changed to older version
1 parent 86e01c1 commit c5e11b4

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/CI-CD-Docs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ jobs:
4242
dotnet build src/bunit.web/ --no-restore -p:version=$VERSION
4343
dotnet build src/bunit.xunit/ --no-restore -p:version=$VERSION
4444
dotnet build docs/
45+
dotnet build docs/
4546
- name: Deploy to GitHub Pages
4647
if: success()
4748
uses: crazy-max/ghaction-github-pages@v2

docs/docs.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<PackageReference Include="xunit" Version="2.4.1" />
2020
<PackageReference Include="nunit" Version="3.12.0" />
2121
<PackageReference Include="MSTest.TestFramework" Version="2.1.1" />
22-
<PackageReference Include="docfx.console" Version="2.53.1">
22+
<PackageReference Include="docfx.console" Version="2.50.0">
2323
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2424
<PrivateAssets>all</PrivateAssets>
2525
</PackageReference>

0 commit comments

Comments
 (0)