Skip to content

Commit

Permalink
Add image export to website deploy action
Browse files Browse the repository at this point in the history
  • Loading branch information
glopesdev committed Feb 22, 2024
1 parent 11a83da commit b358313
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,13 @@ jobs:
- name: Setup DocFX
run: dotnet tool restore

- name: Setup Bonsai
working-directory: .bonsai
run: .\Setup.ps1

- name: Build Documentation
run: dotnet docfx docs/docfx.json
working-directory: docs
run: .\build.ps1

- name: Checkout gh-pages
uses: actions/checkout@v2
Expand Down

0 comments on commit b358313

Please sign in to comment.