Skip to content

Commit

Permalink
Update docfx-action to 3.0.0 (#868)
Browse files Browse the repository at this point in the history
.NET 8 and docfx v2.74.1
  • Loading branch information
SeanKilleen authored Dec 6, 2023
1 parent 1f6785d commit 75514f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/nunit/docfx-action:v2.10.0
FROM ghcr.io/nunit/docfx-action:v3.0.0
EXPOSE 8080
ARG NODE_MAJOR=20

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-process.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
run: unzip NUnit.Framework-${{ env.NUNIT_VERSION_FOR_API_DOCS }}.zip -d ./NUnit.Framework-${{ env.NUNIT_VERSION_FOR_API_DOCS }}
- name: Copy NUnit Asset dir
run: mkdir ./code-output && cp -r ./NUnit.Framework-${{ env.NUNIT_VERSION_FOR_API_DOCS }}/bin/net6.0/* ./code-output
- uses: "nunit/docfx-action@v2.10.0"
- uses: "nunit/docfx-action@v3.0.0"
name: Build with Docfx
with:
args: docs/docfx.json --warningsAsErrors true
Expand Down

0 comments on commit 75514f1

Please sign in to comment.