diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index a4669ef..f07c650 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -10,7 +10,9 @@ jobs: container: image: mcr.microsoft.com/devcontainers/dotnet steps: - - name: Install prerequisites + - name: Install .NET Tools + run: apt update && apt install node git + - name: Install .NET Tools run: dotnet tool update -g docfx - name: Checkout Repository uses: actions/checkout@v4 diff --git a/docfx.json b/docfx.json index e94ae1a..29cccef 100644 --- a/docfx.json +++ b/docfx.json @@ -9,7 +9,9 @@ "**/bin/Release/*.dll" ], "exclude": [ - "ReMime/ReMime.Tests/**" + "ReMime/ReMime.Tests/**", + "ReFuel/tests/**", + "ReFuel/lib/**" ] } ],