diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index ec635b2fa63..81195307b74 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -42,6 +42,8 @@ jobs: - name: Generate documentation run: | dotnet tool restore + dotnet restore + dotnet build --configuration Release dotnet docfx docs/docfx.json - name: Deploy