Skip to content

Commit

Permalink
Modify GitHub actions and build.ps1 to support Workflow patch
Browse files Browse the repository at this point in the history
  • Loading branch information
banchan86 committed Nov 16, 2024
1 parent d71871b commit 28831df
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,13 @@ jobs:
- name: Setup Bonsai
working-directory: .bonsai
run: .\Setup.ps1

- name: Setup Python and Pyyaml
uses: actions/setup-python@v5
with:
python-version: '3.12'
cache: 'pip'
run: pip install pyyaml==6.0.2

- name: Build Documentation
working-directory: docs
Expand Down
2 changes: 1 addition & 1 deletion docs/bonsai
4 changes: 3 additions & 1 deletion docs/build.ps1
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
.\bonsai\modules\Export-Image.ps1 "..\src\BonVision\bin\Release\net462"
dotnet docfx @args
dotnet docfx metadata
python ./bonsai/template/api/plugins/Patch-IncludeWorkflow.py
dotnet docfx build

0 comments on commit 28831df

Please sign in to comment.