diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index b14f949..a698d6c 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -47,11 +47,6 @@ jobs: - run: dotnet tool update -g docfx - run: docfx docfx.json - - - uses: nunit/docfx-action@v2.4.0 - name: Build Documentation - with: - args: docfx.json - name: Deploy uses: peaceiris/actions-gh-pages@v3