diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 7f71edc..da89655 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -43,6 +43,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | cd docs + dotnet tool restore dotnet run --configuration Release - name: Archive doc generation