Skip to content

Commit a7c18d8

Browse files
authored
chore: restore solution
1 parent 5fc258a commit a7c18d8

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
@@ -15,10 +15,12 @@ jobs:
1515
dotnet-version: 3.1.401
1616
- name: Setup MS Build
1717
uses: microsoft/[email protected]
18-
- name: Install DocFX
18+
- name: Install DocFX & Rsync
1919
uses: crazy-max/ghaction-chocolatey@v1
2020
with:
2121
args: install docfx rsync -y
22+
- name: Restore Solution
23+
run: dotnet restore
2224
- name: Build Solution
2325
run: dotnet build
2426
- name: Build Documentation

0 commit comments

Comments
 (0)