Skip to content

Commit 801e2f7

Browse files
Update publish-documentation.yml
1 parent d1b8ed0 commit 801e2f7

File tree

1 file changed

+4
-14
lines changed

1 file changed

+4
-14
lines changed

.github/workflows/publish-documentation.yml

+4-14
Original file line numberDiff line numberDiff line change
@@ -50,20 +50,10 @@ jobs:
5050
with:
5151
args: install docfx
5252

53-
- name: Build
54-
run: |
55-
cd ${{ github.workspace }}/Source/TimeWarp.State.Analyzer/
56-
dotnet clean --configuration Release
57-
dotnet build --configuration Release
58-
cd ${{ github.workspace }}/Source/TimeWarp.State.SourceGenerator/
59-
dotnet clean --configuration Release
60-
dotnet build --configuration Release
61-
cd ${{ github.workspace }}/Source/TimeWarp.State/
62-
dotnet clean --configuration Release
63-
dotnet build --configuration Release
64-
cd ${{ github.workspace }}/Source/TimeWarp.State.Plus/
65-
dotnet clean --configuration Release
66-
dotnet build --configuration Release
53+
- name: Run Build Script
54+
run: ./.github/workflows/build.ps1
55+
working-directory: ${{ github.workspace }}
56+
6757
- name: DocFX Build
6858
working-directory: Documentation
6959
run: docfx docfx.json

0 commit comments

Comments
 (0)