diff --git a/.github/workflows/doc-site.yml b/.github/workflows/doc-site.yml index dc4762a..09602f9 100644 --- a/.github/workflows/doc-site.yml +++ b/.github/workflows/doc-site.yml @@ -1,4 +1,4 @@ -name: Generate API Reference +name: Generate Documentation and API Reference # Trigger the action on push to main on: @@ -17,7 +17,7 @@ permissions: concurrency: group: "pages" cancel-in-progress: false - + jobs: publish-docs: environment: @@ -32,8 +32,8 @@ jobs: with: dotnet-version: 8.x - - run: dotnet tool update -g docfx --version 2.74.0 - - run: docfx docs/docfx.json + - run: dotnet tool update -g docfx --version 2.78.3 + - run: docfx docs/docfx.json - name: Setup Pages uses: actions/configure-pages@b8130d9ab958b325bbde9786d62f2c97a9885a0e #v3.0.7