-
Notifications
You must be signed in to change notification settings - Fork 137
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removed support for .NET5. moved documentations to GitHub action
- Removed the out of support .NET 5. - Removed Docs folder to reduce the repository size - Added GitHub action to build and deploy the documentations
- Loading branch information
Showing
5,098 changed files
with
87 additions
and
1,185,551 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
## GitHub Actions | ||
The only action provided is for building the documentations through DocFX. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
# A GitHub workflow file for DocFX under .github/workflows/ | ||
name: DocFX | ||
|
||
on: | ||
push: | ||
branches: | ||
- master | ||
|
||
jobs: | ||
publish-docs: | ||
runs-on: windows-latest | ||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v3 | ||
- name: Dotnet Setup | ||
uses: actions/setup-dotnet@v3 | ||
with: | ||
dotnet-version: 7.x | ||
|
||
- run: dotnet tool update -g docfx | ||
- run: docfx docfx/docfx.json | ||
|
||
- name: Upload DocFX packages | ||
uses: actions/upload-artifact@v3 | ||
with: | ||
name: docfx_site | ||
path: ${{ github.workspace }}/docfx/_site | ||
|
||
- name: Deploy | ||
uses: peaceiris/actions-gh-pages@v3 | ||
with: | ||
github_token: ${{ secrets.GITHUB_TOKEN }} | ||
publish_dir: docfx/_site |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
2,501 changes: 0 additions & 2,501 deletions
2,501
Libraries/net5.0-windows/ICSharpCode.TextEditor.xml
This file was deleted.
Oops, something went wrong.
23 changes: 0 additions & 23 deletions
23
Libraries/net5.0-windows/SharpVectors.HtmlRenderer.WinForms.deps.json
This file was deleted.
Oops, something went wrong.
Binary file not shown.
Oops, something went wrong.