Skip to content

Commit

Permalink
Docs build.
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshClose committed Jan 23, 2024
1 parent 9f04f9c commit 95c6558
Show file tree
Hide file tree
Showing 5 changed files with 305 additions and 292 deletions.
1 change: 1 addition & 0 deletions CsvHelper.sln
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
build-docs.cmd = build-docs.cmd
CsvHelper.sln.licenseheader = CsvHelper.sln.licenseheader
GitVersion.yml = GitVersion.yml
README.markdown = README.markdown
Expand Down
1 change: 1 addition & 0 deletions build-docs.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
dotnet run --project src\CsvHelper.Website --configuration Release -- -o ..\..\docs
Loading

0 comments on commit 95c6558

Please sign in to comment.