-
-
Notifications
You must be signed in to change notification settings - Fork 144
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
13cd622
commit 213a73a
Showing
45 changed files
with
378 additions
and
480 deletions.
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 |
---|---|---|
@@ -1,27 +1,27 @@ | ||
name: Update GitHub Pages | ||
name: Update Documentation Site | ||
|
||
on: workflow_dispatch | ||
|
||
permissions: | ||
contents: write | ||
|
||
jobs: | ||
deploy: | ||
publish-docs: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v3 | ||
|
||
- name: Setup NuGet | ||
uses: NuGet/[email protected] | ||
- name: Dotnet Setup | ||
uses: actions/setup-dotnet@v3 | ||
with: | ||
dotnet-version: 7.x | ||
|
||
- name: Install docfx | ||
run: nuget install docfx.console -version 2.59.0 | ||
run: dotnet tool install -g docfx --version 2.70.1 | ||
|
||
- name: Build | ||
run: | | ||
docfx.console.2.59.0/tools/docfx.exe metadata Docs/docfx.json | ||
docfx.console.2.59.0/tools/docfx.exe build --logLevel Warning --warningsAsErrors Docs/docfx.json | ||
run: docfx Docs/docfx.json | ||
|
||
- name: Deploy | ||
uses: JamesIves/github-pages-deploy-action@releases/v4 | ||
|
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
Binary file not shown.
20 changes: 0 additions & 20 deletions
20
Docs/plugins/memberpage.2.59.0/content/ManagedReference.extension.js
This file was deleted.
Oops, something went wrong.
10 changes: 0 additions & 10 deletions
10
Docs/plugins/memberpage.2.59.0/content/ManagedReference.overwrite.js
This file was deleted.
Oops, something went wrong.
59 changes: 0 additions & 59 deletions
59
Docs/plugins/memberpage.2.59.0/content/partials/class.tmpl.partial
This file was deleted.
Oops, something went wrong.
234 changes: 0 additions & 234 deletions
234
Docs/plugins/memberpage.2.59.0/content/partials/collection.tmpl.partial
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.