Skip to content

Commit 5fc258a

Browse files
author
Christoph Bühler
committed
chore: install rsync and build the solution
1 parent c5cb21f commit 5fc258a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/github-pages.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@ jobs:
1818
- name: Install DocFX
1919
uses: crazy-max/ghaction-chocolatey@v1
2020
with:
21-
args: install docfx -y
21+
args: install docfx rsync -y
22+
- name: Build Solution
23+
run: dotnet build
2224
- name: Build Documentation
2325
run: docfx docs/docfx.json
2426
- name: Deploy

0 commit comments

Comments
 (0)