Skip to content

Commit

Permalink
Merge branch 'docs' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
chuongmep committed May 3, 2024
2 parents f892798 + d9b200b commit ac901e2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docfx_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:

- name: 🚧 Restore dependencies
run: dotnet restore
- name: 🚧 Build Project Release R23
run: dotnet build -c "Release R23" -p:Configuration=R23
- name: 🚧 Build Project Release R24
run: dotnet build -c "Release R24" -p:Configuration=R24

- name: 📚 Build Docs
working-directory: docs
Expand Down
6 changes: 5 additions & 1 deletion docs/docfx.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,11 @@
"includePrivateMembers": false,
"disableGitFeatures": false,
"disableDefaultFilter": false,
"namespaceLayout": "flattened"
"namespaceLayout": "flattened",
"properties": {
"TargetFramework": "net48"
},
"noRestore": true
}
],
"build": {
Expand Down

0 comments on commit ac901e2

Please sign in to comment.