Skip to content

Commit

Permalink
Merged offline changes (#72)
Browse files Browse the repository at this point in the history
* Create dotnet.yml

Upgrading CI/CD to GithubActions

* .NET 6

* Updating workflows

* github package

* tweaking yaml

* Fixed path?

* removed path

* added path back

* ugh

* added gitver

* tweaking ver

* new giver stuff for 18.3

* new publish workflow

* added nuget.org publishing

* renamed master to main

* Cleaned up old build files

* Disable publishing to GitHub Packages

* Disable publishing to GitHub Packages

* Revert to v 0.17

* reverted readme

* Moved to Gui-cs Org

* Creating develop branch & setting up gitflow model

* Auto gen API docs

* Nuke old docs

* Update build script for gitflow

* fixes doc gen error

* Fixing api doc generation, again

* Fixed api link

* Removed old refs to migueldeicaza and tig
  • Loading branch information
tig authored Sep 17, 2022
1 parent 8b2fa0b commit 6b6366f
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/api-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
working-directory: docfx
# https://stackoverflow.com/questions/56726429/how-to-run-multiple-commands-in-one-github-actions-docker
run: |
rm ../docs -Recurse -Force
rm ../docs -Recurse -Force -ErrorAction SilentlyContinue
docfx docfx.json
continue-on-error: false

Expand Down
5 changes: 4 additions & 1 deletion docfx/build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@
dotnet clean --configuration Release ../NStack.sln
dotnet build --configuration Release ../NStack.sln

rm ../docs -Recurse -Force
rm ../docs -Recurse -Force -ErrorAction SilentlyContinue


$env:DOCFX_SOURCE_BRANCH_NAME="main"


$env:DOCFX_SOURCE_BRANCH_NAME="main"
Expand Down
1 change: 1 addition & 0 deletions docfx/docfx.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"shouldSkipMarkup": true,
"properties": {
"TargetFramework": "net6.0"
}
}
],
"build": {
Expand Down
1 change: 0 additions & 1 deletion docfx/log.json

This file was deleted.

8 changes: 5 additions & 3 deletions docfx/toc.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
- name: Articles
href: articles/
- name: Api Documentation
href: /api/NStack/
homepage: /api/NStack/NStack.html
- name: API Reference
href: api/NStack/
homepage: api/NStack/NStack.html
- name: Source
href: https://github.com/gui-cs/NStack

0 comments on commit 6b6366f

Please sign in to comment.