Skip to content

Commit

Permalink
Merge pull request #6 from bonsai-rx/docs-dev
Browse files Browse the repository at this point in the history
Export SVG files for example workflows automatically
  • Loading branch information
glopesdev authored Mar 8, 2024
2 parents baef56d + f09027c commit fe810f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ foreach ($environment in $exampleEnvironments)
{
# bootstrap environment
$galleryPath = Join-Path $environment.FullName "Gallery"
New-Item -Path $galleryPath -Force -ItemType Directory | Out-Null
Get-ChildItem -Path "..\src\bin\Release" -Filter *.nupkg | Copy-Item -Destination $galleryPath
. (Join-Path $environment.FullName "Setup.ps1")

Expand Down

0 comments on commit fe810f3

Please sign in to comment.