Skip to content

Commit

Permalink
Update docfx-action to 2.8.0 (docfx v2.70.0) (#782)
Browse files Browse the repository at this point in the history
* Update build process to use latest docfx-action

* Update devcontainer dockerfile to use latest docfx-action

* Add the --open-browser param to the `serve` shortcut command

* Remove devcontainer param

Turns out it doesn't work like we'd expect within a devcontainer. That's fine.

* Add VSCode docker extension to devcontainer
  • Loading branch information
SeanKilleen authored Aug 3, 2023
1 parent a6c316c commit 5109f95
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 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.7.0
FROM ghcr.io/nunit/docfx-action:v2.8.0
EXPOSE 8080

### Installing Node LTS into the container
Expand Down
3 changes: 2 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
"GitHub.vscode-pull-request-github",
"shuworks.vscode-table-formatter",
"ms-dotnettools.csharp",
"github.vscode-github-actions"
"github.vscode-github-actions",
"ms-azuretools.vscode-docker"
]
}
}
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 @@ -43,7 +43,7 @@ jobs:
steps:
- uses: actions/checkout@v3
name: Check out the code
- uses: "nunit/docfx-action@v2.7.0"
- uses: "nunit/docfx-action@v2.8.0"
name: Build with Docfx
with:
args: docs/docfx.json --warningsAsErrors true
Expand Down

0 comments on commit 5109f95

Please sign in to comment.